[ Version ( since = "2.16" ) ]
public double rand_double_range (double begin, double end)
Gets a reproducible random floating point number out of a specified range.
See [func@GLib.test_rand_int] for details on test case random numbers.
| range_end |
the minimum value not returned by this function |
| range_start |
the minimum value returned by this function |
|
a number with |