RandomShift Methods

Methods

Next Generate random unsigned integer.
Next(Int32, Int32) Generate random integer between begin (inclusive) and end (exclusive).
NextBytes Generate random bytes.
NextLong Generate random unsigned long value.
NextString Generate a random string of given size.

See Also