Click or drag to resize

CryptoRandomSource(RandomNumberGenerator, Boolean) Constructor

Construct a new random number generator with random seed.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CryptoRandomSource(
	RandomNumberGenerator rng,
	bool threadSafe
)

Parameters

rng  RandomNumberGenerator
The RandomNumberGenerator to use.
threadSafe  Boolean
if set to true , the class is thread safe.
See Also