Skip to content

Commit

Permalink
Enable small random number generator feature in rand
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesnake committed Feb 10, 2021
1 parent 8e4d163 commit a4362fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blas = ["ndarray/blas"]

[dependencies]
num-traits = "0.2"
rand = "0.7"
rand = { version = "0.7", features = ["small_rng"] }
ndarray = { version = "0.13", default-features = false }
ndarray-linalg = { version = "0.12", optional = true }

Expand Down

0 comments on commit a4362fa

Please sign in to comment.