UnitTestFixtureGetRandom(Double) Method
Gets a random number.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
protected static double GetRandom(
double maxValue
)
- maxValue Double
- The maximum value of the random number.
DoubleA random
Double between 0 and
maxValue.
The randomize function is reseeded with a value guaranteed to be different
than the last time it was called. However, the random number is not
cryptographically strong.