@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias PositionalRng

    A random source addressed by position rather than by call order.

    type PositionalRng = {
        at: (...path: SeedPath) => number;
    }
    Index
    at: (...path: SeedPath) => number

    The draw belonging to a position: a float in [0, 1) that depends only on the seed and the path, so it is the same however often and in whatever order it is asked for.