RandG.randIntRange

Returns the next random gint32 from rand_ equally distributed over the range [begin..end-1].

class RandG
int
randIntRange
(
int begin
,
int end
)

Parameters

begin int

lower closed bound of the interval.

end int

upper open bound of the interval.

Return Value

Type: int

A random number.

Meta