Skip to content

Commit deb965b

Browse files
committed
Implemented the RandRng sampler based on rand_distr
1 parent 1b59971 commit deb965b

File tree

4 files changed

+477
-216
lines changed

4 files changed

+477
-216
lines changed

Cargo.lock

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

necsim/impls/no-std/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ displaydoc = { version = "0.2", default-features = false, features = [] }
2828
final = "0.1.1"
2929
fnv = { version = "1.0", default-features = false, features = [] }
3030
rand_core = "0.6"
31+
rand_distr = { version = "0.4", default-features = false, features = [] }
3132

3233
[target.'cfg(target_os = "cuda")'.dependencies]
3334
rust-cuda = { git = "https://github.com/juntyr/rust-cuda", rev = "5d5cd02", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)