SystemRandomSourceFastDoubles(Int32) Method |
Returns an array of uniform random numbers greater than or equal to 0.0 and less than 1.0.
WARNING: potentially very short random sequence length, can generate repeated partial sequences.
Namespace: Altaxo.Calc.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] FastDoubles(
int length
)
Parameters
- length Int32
[Missing <param name="length"/> documentation for "M:Altaxo.Calc.Random.SystemRandomSource.FastDoubles(System.Int32)"]
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Random.SystemRandomSource.FastDoubles(System.Int32)"]
Remarks Parallelized on large length, but also supports being called in parallel from multiple threads
See Also