testRandIntRange

Get a reproducible random integer number out of a specified range, see glib.global.testRandInt for details on test case random numbers.

int
testRandIntRange
(
int begin
,
int end
)

Parameters

begin int

the minimum value returned by this function

end int

the smallest value not to be returned by this function

Return Value

Type: int

a number with begin <= number < end.