Optimal Discrete Uniform Generation from Coin Flips, and Applications
Data Structures and Algorithms
2013-04-09 v1 Probability
Computational Physics
Data Analysis, Statistics and Probability
Abstract
This article introduces an algorithm to draw random discrete uniform variables within a given range of size n from a source of random bits. The algorithm aims to be simple to implement and optimal both with regards to the amount of random bits consumed, and from a computational perspective---allowing for faster and more efficient Monte-Carlo simulations in computational physics and biology. I also provide a detailed analysis of the number of bits that are spent per variate, and offer some extensions and applications, in particular to the optimal random generation of permutations.
Cite
@article{arxiv.1304.1916,
title = {Optimal Discrete Uniform Generation from Coin Flips, and Applications},
author = {Jérémie Lumbroso},
journal= {arXiv preprint arXiv:1304.1916},
year = {2013}
}
Comments
first draft, 22 pages, 5 figures, C code implementation of algorithm