[ CCode ( cname = "gimp_random_seed_new" ) ]
public Widget random_seed_new (uint32 seed, bool random_seed)
Creates a widget that allows the user to control how the random number generator is initialized.
| seed |
A pointer to the variable which stores the random seed. |
| random_seed |
A pointer to a boolean indicating whether seed should be initialised randomly or not. |
|
A Box containing a SpinButton for the seed and a Button for setting a random seed. |