random_lcg 0.3.1

Simple lcg random number generator
Documentation
1
2
3
4
5
6
7
8
# Random LCG

Extremely simple library for generating random numbers with Linear Congruential Generators.

For now, there is only one generator from the source:

- ANSI C: Watcom, Digital Mars, CodeWarrior, IBM VisualAge C/C++
- C90, C99, C11: Suggestion in the ISO/IEC 9899, C17