Method
GLibRanddouble_range
Declaration [src]
gdouble
g_rand_double_range (
GRand* rand_,
gdouble begin,
gdouble end
)
Description [src]
Returns the next random #gdouble from rand_
equally distributed over
the range [begin
..end
).