Click or drag to resize

CryptoRandomSource Constructor

Construct a new random number generator with a random seed.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CryptoRandomSource()
Remarks
Uses RandomNumberGenerator and uses the value of ThreadSafeRandomNumberGenerators to set whether the instance is thread safe.
See Also