This class provides the ability to simulate the behavior of the C/C++ functions for generating random numbers, using the .NET Framework Random class.
+ rand converts to the parameterless overload of NextNumber + random converts to the single-parameter overload of NextNumber + randomize converts to the parameterless overload of Seed + srand converts to the single-parameter overload of Seed