Expand description
§Walker-Vose Alias Method
A simple implementation of alias tables using the Walker-Vose method.
Structs§
- Alias
Table - An alias table, which uses floating point probabilities of type
F
and table entries of typeT
. - Alias
Table Iterator - An iterator for an alias table.