Method
GLib Randdouble_range
Declaration [src]
gdouble
g_rand_double_range(
GRand*rand_,
gdoublebegin,
gdoubleend
)
Description [src]
Returns the next random #gdouble from rand_ equally distributed over
the range [begin..end).
Parameters
begin-
Type:
gdoubleLower closed bound of the interval.
end-
Type:
gdoubleUpper open bound of the interval.
Return value
Type: gdouble
A random number.