Method

GLibRandset_seed

[]

Declaration [src]

void
g_rand_set_seed (
  GRand* rand_,
  guint32 seed
)
[]

Description [src]

Sets the seed for the random number generator GRand to seed.

[]

Parameters

seed

Type: guint32

A value to reinitialize the random number generator.