OS Probabilities API - v0.1.0
    Preparing search index...

    Interface PickOptions

    interface PickOptions {
        seed: string | number | bigint;
        trace?: boolean;
    }
    Index

    Properties

    Properties

    seed: string | number | bigint
    trace?: boolean