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

    Interface RandBounds

    An integer domain, inclusive at both ends.

    interface RandBounds {
        min: number | bigint;
        max: number | bigint;
    }
    Index
    min: number | bigint

    The smallest accepted value.

    max: number | bigint

    The largest accepted value.