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