vose

Vose alias method in python

1
0
1
Python
public

What is this

Vose alias method for random sampling in python

Algorithm

Darts, Dice, and Coins: Sampling from a Discrete Distribution , by Keith Schwarz , website: http://www.keithschwarz.com/darts-dice-coins/

Usage

As a module, you can import vose as the following code:

from vose import Vose

Example

  • Example 1: Using a List of Weights vose_example1.py
  • Example 2: Using a Dictionary vose_example2.py
v0.3.3[beta]