A marker interface used to indicate that an
IRng
is cryptographically secure.- Namespace
- RandN
- Interfaces
- Implementing Types
Syntax
public interface ICryptoRng : IRng
Extension Methods
Name | Value | Summary |
---|---|---|
ShuffleInPlace | void | Shuffles a list using the in-place Fisher-Yates shuffling algorithm. From RngExtensions |
ShuffleInPlace | void | Shuffles a span using the in-place Fisher-Yates shuffling algorithm. From RngExtensions |