Show / Hide Table of Contents

    Class IsaacRandomFactory

    Inheritance
    System.Object
    IsaacRandomFactory
    Implements
    IDeterministicRandomFactory
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Cryptography
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class IsaacRandomFactory : IDeterministicRandomFactory

    Methods

    | Improve this Doc View Source

    GetDeterministicRandomFromSeed(Byte[])

    Declaration
    public IDeterministicRandom GetDeterministicRandomFromSeed(byte[] seed)
    Parameters
    Type Name Description
    System.Byte[] seed
    Returns
    Type Description
    IDeterministicRandom

    Implements

    IDeterministicRandomFactory
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network