Click or drag to resize

RandomGeneratordefaultRandomGenerator Field

This is the default state of the art random genenerator to produce random numbers.

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

Field Value

ThreadLocalRandomGenerator
See Also