Click or drag to resize

RandomGeneratordefaultRandomGenerator Field

This is the default state-of-the-art random generator used to produce random numbers.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static readonly ThreadLocal<RandomGenerator> defaultRandomGenerator

Field Value

ThreadLocalRandomGenerator
See Also