Method
GLibRandint_range
Declaration [src]
gint32
g_rand_int_range (
GRand* rand_,
gint32 begin,
gint32 end
)
Description [src]
Returns the next random #gint32 from rand_
equally distributed over
the range [begin
..end
-1].
gint32
g_rand_int_range (
GRand* rand_,
gint32 begin,
gint32 end
)
Returns the next random #gint32 from rand_
equally distributed over
the range [begin
..end
-1].