Skip to content

Commit

Permalink
rand_xorshift 0.4.0, rand_xoshiro 0.7.0, getrandom 0.3.1, rand_hc 0.4…
Browse files Browse the repository at this point in the history
….0, rand_distr 0.5.0
  • Loading branch information
mizar committed Jan 30, 2025
1 parent 47f9c70 commit 1e25307
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 23 deletions.
55 changes: 37 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ publish = false
[dependencies]
# 202411から:
rpds = "=1.1.0"
rand_xorshift = "=0.3.0"
rand_xoshiro = "=0.6.0"
rand_xorshift = "=0.4.0"
rand_xoshiro = "=0.7.0"
statrs = "=0.18.0"
# 202301から:
ac-library-rs = "=0.1.1"
Expand Down Expand Up @@ -57,12 +57,12 @@ nalgebra = "=0.33.2"
alga = "=0.9.3"
libm = "=0.2.11"
rand = "=0.9.0"
getrandom = "=0.3.0"
getrandom = "=0.3.1"
rand_chacha = "=0.9.0"
rand_core = "=0.9.0"
rand_hc = "=0.3.2"
rand_hc = "=0.4.0"
rand_pcg = "=0.9.0"
rand_distr = "=0.4.3"
rand_distr = "=0.5.0"
petgraph = "=0.7.1"
indexmap = "=2.7.1"
regex = "=1.11.1"
Expand Down

0 comments on commit 1e25307

Please sign in to comment.