Show / Hide Table of Contents

    Interface IDeterministicRandomFactory

    Namespace: Catalyst.Abstractions.Cryptography
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IDeterministicRandomFactory

    Methods

    | Improve this Doc View Source

    GetDeterministicRandomFromSeed(Byte[])

    Declaration
    IDeterministicRandom GetDeterministicRandomFromSeed(byte[] seed)
    Parameters
    Type Name Description
    System.Byte[] seed
    Returns
    Type Description
    IDeterministicRandom
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network