Function

GLibrandom_set_seed

Declaration

void
g_random_set_seed (
  guint32 seed
)

Description

Sets the seed for the global random number generator, which is used by the g_random_* functions, to seed.

Parameters

seed

Type: guint32

A value to reinitialize the global random number generator.