Function
GimpUirandom_seed_new
[−]
Description [src]
Creates a widget that allows the user to control how the random number generator is initialized.
[−]
Parameters
seed
-
Type:
guint32*
A pointer to the variable which stores the random seed.
The data is owned by the caller of the function. random_seed
-
Type:
gboolean*
A pointer to a boolean indicating whether seed should be initialised randomly or not.
The data is owned by the caller of the function.