random_seed_new


Description:

[ 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.

Parameters:

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.

Returns:

A Box containing a SpinButton for the seed and a Button for setting a random seed.


Namespace: GimpUi
Package: gimp-ui-3.0