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

@@ -11,7 +11,7 @@ members = [
"eth2/utils/honey-badger-split",
"eth2/utils/slot_clock",
"eth2/utils/ssz",
"eth2/utils/vec_shuffle",
"eth2/utils/fisher_yates_shuffle",
"beacon_node",
"beacon_node/db",
"beacon_node/beacon_chain",