Interface IDeterministicRandom
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IDeterministicRandom
Methods
| Improve this Doc View SourceNextByte()
Gets random char byte.
Declaration
byte NextByte()
Returns
Type | Description |
---|---|
System.Byte | ASCII byte |
NextInt()
Gets the next random 32 bit value.
Declaration
uint NextInt()
Returns
Type | Description |
---|---|
System.UInt32 |