ExternalRandomGenerator Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Create new instance of ExternalRandomGenerator. Create new instances only if you need to use different sample ring buffers. In majority of cases use ExternalRandomGenerator.Instance to use default instance instead of creating a new instance. Default instance is thread-safe for process-wide use

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ExternalRandomGenerator()
See Also