SystemRandomSourceFastDoubles(Double) Method |
Fill an array with 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.3572.0 (4.8.3572.0)
Syntaxpublic static void FastDoubles(
double[] values
)
Parameters
- values Double
- The array to fill with random values.
RemarksParallelized on large length, but also supports being called in parallel from multiple threads
See Also