Interface RngOptions

interface RngOptions {
    rng?: (() => InputBuffer);
}

Hierarchy (view full)

Properties

Properties

rng?: (() => InputBuffer)