3 releases

0.2.2 Aug 7, 2023
0.2.1 Aug 6, 2023
0.2.0 Aug 6, 2023
0.1.1 May 7, 2023
0.1.0 May 7, 2023

#1623 in Algorithms

32 downloads per month

MIT license

3KB

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

No runtime deps