CryptoRandomSourceDoubleSequence Method |
Returns an infinite sequence of random numbers greater than or equal to 0.0 and less than 1.0.
Namespace: Altaxo.Calc.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<double> DoubleSequence()
Return Value
IEnumerableDouble[Missing <returns> documentation for "M:Altaxo.Calc.Random.CryptoRandomSource.DoubleSequence"]
Remarks Supports being called in parallel from multiple threads.
See Also