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

    Interface SimulationResult

    interface SimulationResult {
        rarityFrequencies: Record<string, SimulationCount>;
        runs: number;
        seed: string;
        selectionCounts: Record<string, SimulationCount>;
        tableId: string;
        tagFrequencies: Record<string, SimulationCount>;
        topSelected: SimulationTopItem[];
        totalSelections: number;
    }
    Index

    Properties

    rarityFrequencies: Record<string, SimulationCount>
    runs: number
    seed: string
    selectionCounts: Record<string, SimulationCount>
    tableId: string
    tagFrequencies: Record<string, SimulationCount>
    topSelected: SimulationTopItem[]
    totalSelections: number