RandomOptionsExtensions Class

Extension methods for RandomOptions.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public static class RandomOptionsExtensions
Inheritance
Object  →  RandomOptionsExtensions

Methods

WithChaChaRounds Creates a new RandomOptions configured for ChaCha with the specified number of rounds.
WithChaChaVariant Creates a new RandomOptions configured for ChaCha with the specified number of rounds.

See Also