Compare distribution of three random integer algorithm.
sadrand
rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 309B

12345678910111213
  1. [package]
  2. name = "sadrand"
  3. description = "Compare distribution of three random integer algorithm"
  4. readme = "README"
  5. version = "0.1.0"
  6. authors = ["Yann Weber <yann.weber@member.fsf.org>"]
  7. license = "GPL-3.0-or-later"
  8. edition = "2018"
  9. #rust-version = "1.48"
  10. #license-file = "LICENSE"
  11. [dependencies]
  12. rand = "*"