Skip to content

Commit 56e43cb

Browse files
authored
Add forward simulation example. Closes #71. (#86)
1 parent 5530d7b commit 56e43cb

File tree

3 files changed

+438
-0
lines changed

3 files changed

+438
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ bitflags = "1.2.1"
2121
clap = "~2.27.0"
2222
serde = {version = "1.0.118", features = ["derive"]}
2323
bincode = "1.3.1"
24+
rand = "0.8.3"
25+
rand_distr = "0.4.0"
2426

2527
[build-dependencies]
2628
bindgen = "0.57.0"
@@ -36,3 +38,6 @@ name = "mutation_metadata_std"
3638
# Not run during tests
3739
[[example]]
3840
name = "tree_traversals"
41+
42+
[[example]]
43+
name = "forward_simulation"

0 commit comments

Comments
 (0)