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: about 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T21:37:10.000Z (over 11 years ago)
- Last Synced: 2025-04-08T07:40:30.393Z (about 1 year ago)
- Language: C#
- Size: 203 KB
- Stars: 1
- Watchers: 1
- 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

## Gauss (Normal) Distribution
