Very basic LCG (linear congruential generator).
In /docs directory there are some papers on the topic that I've found during this little research.
- It would be nice to implement spectral test for LCG.
- Implement different distributions aside uniform: normal, poisson.