Rand.newWithSeedArray

Creates a new random number generator initialized with seed.

class Rand
static
newWithSeedArray
(
uint[] seed
)

Parameters

seed uint[]

an array of seeds to initialize the random number generator

Return Value

Type: glib.rand.Rand

the new #GRand