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
- Host: GitHub
- URL: https://github.com/pyk/ziggurat
- Owner: pyk
- Created: 2016-08-23T16:55:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T16:57:37.000Z (almost 10 years ago)
- Last Synced: 2025-02-27T13:21:27.423Z (over 1 year ago)
- Language: C
- Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/ziggurat/ziggurat.html
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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