Click or drag to resize

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
)

Parameters

rng
Type: SystemRandom
A random number generator.

Return Value

Type: DoubleDouble
A random value in [0, 1).
See Also