[go: up one dir, main page]

randomize 5.1.0

Randomization routines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "randomize"
description = "Randomization routines"
repository = "https://github.com/Lokathor/randomize"
version = "5.1.0"
edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT"

[features]
#default = ["getrandom"]

[dependencies]
bytemuck = { version = "1.13.1", features = ["min_const_generics"] }
getrandom = { version = "0.2.10", optional = true }

[package.metadata.docs.rs]
all-features = true