testRandIntRange
Get a reproducible random integer number out of a specified range, see g_test_rand_int() for details on test case random numbers.
Return
a number with @begin <= number < @end.
Since
2.16
Parameters
begin
the minimum value returned by this function
end
the smallest value not to be returned by this function