https://github.com/igor-240340/randomnumbergeneration
Custom implementation of random number generator
https://github.com/igor-240340/randomnumbergeneration
Last synced: 4 months ago
JSON representation
Custom implementation of random number generator
- Host: GitHub
- URL: https://github.com/igor-240340/randomnumbergeneration
- Owner: igor-240340
- Created: 2025-04-20T13:49:20.000Z (6 months ago)
- Default Branch: dev
- Last Pushed: 2025-05-04T22:42:30.000Z (6 months ago)
- Last Synced: 2025-05-17T12:15:18.998Z (5 months ago)
- Language: C++
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Random Number Generation
## Features
Very basic LCG (linear congruential generator).## Documentation
In /docs directory there are some papers on the topic that I've found during this little research.## TODO
- It would be nice to implement spectral test for LCG (not gonna do it in this life though).
- Implement different distributions aside uniform: normal, poisson (definitely will do it).