Skip to content

Commit

Permalink
Add rand_pcg as dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Sep 16, 2022
1 parent f3a9f4c commit b1fe48f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndarray-linalg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ paste = "1.0.5"
criterion = "0.3.4"
# Keep the same version as ndarray's dependency!
approx = { version = "0.4.0", features = ["num-complex"] }
rand_pcg = "0.3.1"

[[bench]]
name = "truncated_eig"
Expand Down

0 comments on commit b1fe48f

Please sign in to comment.