Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e43b337

Browse files
committed
Add rand_chacha and rand_pcg crates
1 parent fc6dd7a commit e43b337

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ proconio-derive = "=0.1.5"
6262
# 多バイト長整数、分数、複素数など
6363
# num = "=0.2.0"
6464

65-
# RNG 疑似乱数生成器
66-
# rand = "=0.6.5"
67-
# sfmt = "=0.5.0" # SIMD-oriented Fast Mersenne Twister (SFMT)のpure Rust実装。
68-
# 高速で高品質な疑似乱数を生成。モンテカルロ・シミュレーションに適している
65+
# RNG 疑似乱数生成器 (randファミリー)
66+
# rand = "0.6.5"
67+
# rand_chacha = "=0.1.1"
68+
# rand_pcg = "=0.1.2"
69+
70+
# RNG 疑似乱数生成器 (SFMT)
71+
# SIMD-oriented Fast Mersenne Twister (SFMT)のpure Rust実装
72+
# 高速で高品質な疑似乱数を生成。モンテカルロ・シミュレーションに適している
73+
# sfmt = "=0.5.0"
6974

7075
# 正規表現
7176
# regex = "=1.1.7"

0 commit comments

Comments
 (0)