API Version: 2.0
Library Version: 2.80.4
Generated by gi-docgen 2024.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].
rand_
begin
end
Type: gint32
gint32
Lower closed bound of the interval.
Upper open bound of the interval.
A random number.