UnitTestFixtureGetRandom Method

Gets a random number.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
protected static double GetRandom()

Return Value

Double
A random Double between 0 and 1.

Remarks

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.

See Also