Show / Hide Table of Contents

    Method seed

    | Improve this Doc View Source

    seed(UInt32)

    plseed: Set seed for internal random number generator.

    Declaration
    public void seed(uint seed)
    Parameters
    Type Name Description
    System.UInt32 seed

    Seed for random number generator.

    Remarks

    Set the seed for the internal random number generator. See plrandd for further details.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX