Method

GLibRandint

Declaration [src]

guint32
g_rand_int (
  GRand* rand_
)

Description [src]

Returns the next random #guint32 from rand_ equally distributed over the range [0..2^32-1].

Return value

Type: guint32

A random number.