shufflr 0.1.1

Shuffle a lists using Fisher-Yates algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[package]
authors = ["Héctor Tortosa <hectortosa@icloud.com>"]
description = "Shuffle a lists using Fisher-Yates algorithm"
edition = "2021"
license = "MIT"
name = "shufflr"
readme = "README.md"
repository = "https://github.com/hectortosa/shufflr"
version = "0.1.1"