RandomHelper Class |
Namespace: DigitalRune.Mathematics.Statistics
The RandomHelper type exposes the following members.
Name | Description | |
---|---|---|
NextT |
Gets a new random value for the specified probability distribution.
| |
NextBool |
Gets a random boolean value.
| |
NextByte |
Gets a random byte value.
| |
NextDouble |
Gets a random double value that lies in the interval
[min, max].
| |
NextFloat |
Gets a random float value that lies in the interval
[min, max].
| |
NextInteger |
Gets a random integer value that lies in the interval [min,
max].
| |
NextMatrix22D |
Gets a random Matrix22D.
| |
NextMatrix22F |
Gets a random Matrix22F.
| |
NextMatrix33D |
Gets a random Matrix33D.
| |
NextMatrix33F |
Gets a random Matrix33F.
| |
NextMatrix44D |
Gets a random Matrix44D.
| |
NextMatrix44F |
Gets a random Matrix44F.
| |
NextMatrixD |
Fills a MatrixD with random values.
| |
NextMatrixF |
Fills a MatrixF with random values.
| |
NextQuaternionD |
Gets a random unit QuaternionD.
| |
NextQuaternionF |
Gets a random unit QuaternionF.
| |
NextVector2D |
Gets a random Vector2D.
| |
NextVector2F |
Gets a random Vector2F.
| |
NextVector3D |
Gets a random Vector3D.
| |
NextVector3F |
Gets a random Vector3F.
| |
NextVector4D |
Gets a random Vector4D.
| |
NextVector4F |
Gets a random Vector4F.
| |
NextVectorD |
Fills a VectorD with random values.
| |
NextVectorF |
Fills a VectorF with random values.
|