Swap over to v0.2.0 shuffling algo

This commit is contained in:
Paul Hauner
2019-02-15 16:55:52 +11:00
parent 2f8c4536a0
commit 054c1f9047
3 changed files with 30 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ serde_derive = "1.0"
serde_json = "1.0"
slog = "^2.2.3"
ssz = { path = "../utils/ssz" }
fisher_yates_shuffle = { path = "../utils/fisher_yates_shuffle" }
swap_or_not_shuffle = { path = "../utils/swap_or_not_shuffle" }
[dev-dependencies]
env_logger = "0.6.0"