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

https://github.com/pyk/ziggurat

C library which generates random variates from the uniform, normal or exponential distributions
https://github.com/pyk/ziggurat

Last synced: over 1 year ago
JSON representation

C library which generates random variates from the uniform, normal or exponential distributions

Awesome Lists containing this project

README

          

# Ziggurat

[Ziggurat](http://people.sc.fsu.edu/~jburkardt/c_src/ziggurat/ziggurat.html)
is a C library which generates random variates from the uniform, normal
or exponential distributions, by Marsaglia and Tsang.

## Run

cd ziggurat
make