Interface RandomOptions

interface RandomOptions {
    random?: InputBuffer;
}

Hierarchy (view full)

Properties

Properties

random?: InputBuffer