Method

GLibRandint

Declaration

guint32
g_rand_int (
  GRand* rand_
)

Description

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

Return value

Type: guint32

A random number.