GenerateUniformSequence Method |
Create an infinite random sample sequence, uniform between 0 and 1.
Faster than other methods but with reduced guarantees on randomness.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<double> UniformSequence()
Return Value
IEnumerableDouble[Missing <returns> documentation for "M:Altaxo.Calc.Generate.UniformSequence"]
See Also