mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
Rename vec_shuffle to fisher_yates_shuffle
We're adding another shuffler so it's nice to be specific
This commit is contained in:
11
eth2/utils/fisher_yates_shuffle/Cargo.toml
Normal file
11
eth2/utils/fisher_yates_shuffle/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "fisher_yates_shuffle"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hashing = { path = "../hashing" }
|
||||
|
||||
[dev-dependencies]
|
||||
yaml-rust = "0.4.2"
|
||||
Reference in New Issue
Block a user