OS Probabilities API - v0.1.0
Preparing search index...
core/src
SimulationResult
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
rarity
Frequencies
runs
seed
selection
Counts
table
Id
tag
Frequencies
top
Selected
total
Selections
Properties
rarity
Frequencies
rarityFrequencies
:
Record
<
string
,
SimulationCount
>
runs
runs
:
number
seed
seed
:
string
selection
Counts
selectionCounts
:
Record
<
string
,
SimulationCount
>
table
Id
tableId
:
string
tag
Frequencies
tagFrequencies
:
Record
<
string
,
SimulationCount
>
top
Selected
topSelected
:
SimulationTopItem
[]
total
Selections
totalSelections
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rarity
Frequencies
runs
seed
selection
Counts
table
Id
tag
Frequencies
top
Selected
total
Selections
OS Probabilities API - v0.1.0
Loading...