Function
GLibrandom_int_range
Declaration [src]
gint32
g_random_int_range(
gint32begin,
gint32end
)
Description [src]
Returns a random #gint32 equally distributed over the range
[begin..end-1].
Parameters
begin-
Type:
gint32Lower closed bound of the interval.
end-
Type:
gint32Upper open bound of the interval.
Return value
Type: gint32
A random number.