smallperm 0.1.0

High-performance pseudo-random permutations using Feistel networks with O(1) memory and O(1) time per element
Documentation
[dependencies.rustc-hash]
version = "1.1.0"

[dev-dependencies.ahash]
version = "0.8.11"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[lib]
crate-type = ["lib"]
name = "smallperm"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures"]
description = "High-performance pseudo-random permutations using Feistel networks with O(1) memory and O(1) time per element"
edition = "2021"
keywords = ["permutation", "shuffle", "random", "feistel", "ml"]
license = "Apache-2.0"
name = "smallperm"
readme = "README.md"
repository = "https://github.com/GauthamGoli/smallperm-rs"
version = "0.1.0"