JME - Application Documentation
    Preparing search index...
    type SpawnState = {
        entryRngKeys: Map<string, string>;
        entryRNGs: Map<string, SeededRNG>;
        junctionStableKeys: Map<string, string>;
        junctionStableKeysBuilt: boolean;
        routesByEntry: Map<string, Route[]>;
        spawnAccumulator: number;
        spawnDemandPerEntry: Map<string, number>;
        spawned: number;
        spawnRatesPerEntry: Map<string, number>;
    }
    Index

    Properties

    entryRngKeys: Map<string, string>

    Stable, seed-reproducible key per entry point

    entryRNGs: Map<string, SeededRNG>
    junctionStableKeys: Map<string, string>
    junctionStableKeysBuilt: boolean
    routesByEntry: Map<string, Route[]>

    Routes grouped by "-"

    spawnAccumulator: number
    spawnDemandPerEntry: Map<string, number>
    spawned: number
    spawnRatesPerEntry: Map<string, number>