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

@@ -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"