RandomOptions Methods

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
WithStreamAddress Creates a new RandomOptions with the specified stream address, preserving all other settings.

Extension Methods

WithChaChaRounds Creates a new RandomOptions configured for ChaCha with the specified number of rounds.
(Defined by RandomOptionsExtensions)
WithChaChaVariant Creates a new RandomOptions configured for ChaCha with the specified number of rounds.
(Defined by RandomOptionsExtensions)

See Also