Rand.newWithSeed

Creates a new random number generator initialized with seed.

class Rand
static
newWithSeed
(
uint seed
)

Parameters

seed uint

a value to initialize the random number generator

Return Value

Type: glib.rand.Rand

the new #GRand