@blockchaincommons/rand - v1.0.0-beta.3
    Preparing search index...

    Interface RngOptions

    Options for the helpers that draw from a generator.

    interface RngOptions {
        rng?: RandomNumberGenerator;
    }
    Index

    The generator to draw from. Defaults to a cryptographically secure one.