DoubleDoubleGetRandomValue Method |
Gets a random double double value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble GetRandomValue(
Random rng
)
Public Shared Function GetRandomValue (
rng As Random
) As DoubleDouble
public:
static DoubleDouble GetRandomValue(
Random^ rng
)
static member GetRandomValue :
rng : Random -> DoubleDouble
Parameters
- rng
- Type: SystemRandom
A random number generator.
Return Value
Type:
DoubleDoubleA random value in [0, 1).
See Also