[package] name = "lcg69069" version = "0.9.2" description = "LCG69069 / MTH$RANDOM Pseudorandom linear congruential generator" edition = "2021" rust-version = "1.56.0" authors = ["Radim Kolar "] license = "Unlicense OR CC0-1.0" categories = [ "mathematics", "algorithms", "no-std" ] keywords = [ "random", "rand", "mcg", "nostd", "lcg" ] homepage = "https://gitlab.com/hsn10/lcg69069" documentation = "https://docs.rs/lcg69069" repository = "https://gitlab.com/hsn10/lcg69069.git" [dependencies]