[go: up one dir, main page]

randomize 3.0.1

randomization routines
Documentation
[package]
name = "randomize"
description = "randomization routines"
version = "3.0.1"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/randomize"
readme = "README.md"
keywords = ["prng", "no_std", "no-std", "random", "rng"]
categories = ["no-std"]
edition = "2018"
license = "0BSD"


[badges]
appveyor = { repository = "Lokathor/randomize" }
travis-ci = { repository = "Lokathor/randomize" }


[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
rand_core = { version = "0.5", optional = true }


[dev-dependencies]
bincode = { version  = "1" }