random_lcg

Crates.iorandom_lcg
lib.rsrandom_lcg
version0.3.1
sourcesrc
created_at2023-05-07 15:01:58.179978
updated_at2024-06-30 09:35:35.493052
descriptionSimple lcg random number generator
homepagehttps://github.com/Pxdr0-A/random_lcg.git
repositoryhttps://github.com/Pxdr0-A/random_lcg.git
max_upload_size
id859209
size5,319
(Pxdr0-A)

documentation

README

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
Commit count: 23

cargo fmt