Method

GLibRandset_seed

Declaration

void
g_rand_set_seed (
  GRand* rand_,
  guint32 seed
)

Description

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

Parameters

seed

Type: guint32

A value to reinitialize the random number generator.