Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takeit/pseudorandomnumbergenerator
This example program demonstrates pseudorandom number generators usage: Poisson distribution and Normal(Gauss) Distribution
https://github.com/takeit/pseudorandomnumbergenerator
Last synced: 21 days ago
JSON representation
This example program demonstrates pseudorandom number generators usage: Poisson distribution and Normal(Gauss) Distribution
- Host: GitHub
- URL: https://github.com/takeit/pseudorandomnumbergenerator
- Owner: takeit
- License: mit
- Created: 2014-10-15T20:14:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T21:37:10.000Z (about 10 years ago)
- Last Synced: 2024-11-11T06:55:00.348Z (2 months ago)
- Language: C#
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PseudorandomNumberGenerator
===========================This example program demonstrates pseudorandom number generators usage: Poisson distribution and Normal(Gauss) Distribution
## Poison Distribution
![Poisson](docs/poisson.png)
## Gauss (Normal) Distribution
![Gauss](docs/gauss.png)