An open API service indexing awesome lists of open source software.

https://github.com/kentwait/randomvariate

Generate random numbers based on a probability distribution
https://github.com/kentwait/randomvariate

Last synced: 5 months ago
JSON representation

Generate random numbers based on a probability distribution

Awesome Lists containing this project

README

          

# randomvariate

[![Build Status](https://travis-ci.org/kentwait/randomvariate.svg?branch=master)](https://travis-ci.org/kentwait/randomvariate)
[![Coverage Status](https://coveralls.io/repos/github/kentwait/randomvariate/badge.svg?branch=master)](https://coveralls.io/github/kentwait/randomvariate?branch=master)

Generate random numbers based on a probability distribution.

Currently supported probability distributions:

- binomial
- multinomial
- Poisson