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

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

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).