API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gint32 g_random_int_range ( gint32 begin, gint32 end )
Returns a random #gint32 equally distributed over the range [begin..end-1].
begin
end
Type: gint32
gint32
Lower closed bound of the interval.
Upper open bound of the interval.
A random number.