Returns a random integer in a range of numbers a single seed value.
public static int GetRandomNumber(int min, int max)
Parameters
min
The minimum value
max
The max value including this value (unlike Random.Next() which doesn't include it)
See also:
Class DataUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic