RandG.doubleRange

Returns the next random #gdouble from @rand_ equally distributed over the range [@begin..@end).

class RandG
double
doubleRange
(
double begin
,
double end
)

Parameters

begin double

lower closed bound of the interval

end double

upper open bound of the interval

Return Value

Type: double

a random number

Meta