testRandIntRange

fnint testRandIntRange(int begin, int end)

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

Parameters

beginthe minimum value returned by this function
endthe smallest value not to be returned by this function

Returns

a number with begin <= number < end.