Compare distribution of three random integer algorithm.
sadrand
rust
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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 = "*"