Interface IDeterministicRandomFactory
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IDeterministicRandomFactory
Methods
| Improve this Doc View SourceGetDeterministicRandomFromSeed(Byte[])
Declaration
IDeterministicRandom GetDeterministicRandomFromSeed(byte[] seed)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | seed |
Returns
| Type | Description |
|---|---|
| IDeterministicRandom |