Return a random floating point number in range 0.0 .
publicfloatfloat_range (int x, int y, int z, int n, float min, float max)
Return a random floating point number in the range specified, for the
given x,y coordinates and GeglRandom provided, if multiple different numbers are needed pass in incrementing n's.
publicint32int_range (int x, int y, int z, int n, int min, int max)
Return a random integer point number in the range specified, for the
given x,y coordinates and GeglRandom provided, if multiple different numbers are needed pass in incrementing n's.