- Namespace
- RandN
.Rngs - Containing Type
- ChaCha
.Counter
Syntax
public Counter(ulong block, uint word)
Parameters
Name | Type | Description |
---|---|---|
block | ulong | ChaCha's 64-bit block counter. |
word | uint | The individual word in the current block. Must be less than or equal to 16. |