Show / Hide Table of Contents

    Interface IDeterministicRandom

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

    Methods

    | Improve this Doc View Source

    NextByte()

    Gets random char byte.

    Declaration
    byte NextByte()
    Returns
    Type Description
    System.Byte

    ASCII byte

    | Improve this Doc View Source

    NextInt()

    Gets the next random 32 bit value.

    Declaration
    uint NextInt()
    Returns
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network