Show / Hide Table of Contents

    Class IsaacRandom

    The Isaac Random See www.rosettacode.org/wiki/The_ISAAC_Cipher

    Inheritance
    System.Object
    IsaacRandom
    Implements
    IDeterministicRandom
    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 IsaacRandom : IDeterministicRandom

    Constructors

    | Improve this Doc View Source

    IsaacRandom(String)

    Initializes a new instance of the IsaacRandom class.

    Declaration
    public IsaacRandom(string seed)
    Parameters
    Type Name Description
    System.String seed

    The seed.

    Methods

    | Improve this Doc View Source

    NextByte()

    Declaration
    public byte NextByte()
    Returns
    Type Description
    System.Byte
    | Improve this Doc View Source

    NextInt()

    Declaration
    public uint NextInt()
    Returns
    Type Description
    System.UInt32

    Implements

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