Struct
GeglRandom
Constructors
gegl_random_new
Creates a new random number generator initialized with a random seed. This structure needs to be freed by the user with gegl_random_free();
gegl_random_new_with_seed
Return an opaque structure associated to the seed. This structure needs to be freed by the user with gegl_random_free();
Instance methods
gegl_random_float_range
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.
gegl_random_free
Free a GeglRandom structure created with gegl_random_new()
or
gegl_random_new_with_seed()
gegl_random_int_range
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.