Rename vec_shuffle to fisher_yates_shuffle

We're adding another shuffler so it's nice to be specific
This commit is contained in:
Paul Hauner
2019-02-14 14:57:29 +11:00
parent 1f8efffd6d
commit c41b743d2d
7 changed files with 4 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ serde_derive = "1.0"
serde_json = "1.0"
slog = "^2.2.3"
ssz = { path = "../utils/ssz" }
vec_shuffle = { path = "../utils/vec_shuffle" }
fisher_yates_shuffle = { path = "../utils/fisher_yates_shuffle" }