Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface SimpleRng

    Interface for RNG that only requires fillRandomData method. This is a subset of the full RandomNumberGenerator interface.

    interface SimpleRng {
        fillRandomData(data: Uint8Array): void;
    }
    Index

    Methods