SystemCryptoRng.Factory Struct
A factory that produces Random Number Generators.
Namespace
RandN.Rngs
Containing Type
SystemCryptoRng
Interfaces
Base Types
  • object
  • ValueType
SystemCryptoRng.Factory
ValueType
object
IRngFactory<SystemCryptoRng>

Syntax

public readonly struct SystemCryptoRng.Factory : ValueType, IRngFactory<SystemCryptoRng>

Methods

NameReturn ValueSummary
Create()SystemCryptoRng
Creates a new TRng.