An RNG that is seekable - i.e. it can be fast forwarded to any point in the stream.
Syntax
public interface ISeekableRng<TCounter> : IRng
Type Parameters
Name | Description |
---|---|
TCounter |
Properties
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 |