bc-rand 0.5.0

Blockchain Commons Random Number Utilities.
Documentation
[dependencies.getrandom]
version = "^0.3.4"

[dependencies.lazy_static]
version = "^1.4.0"

[dependencies.num-traits]
version = "^0.2.15"

[dependencies.rand]
version = "^0.9.2"

[dependencies.rand_core]
version = "^0.9.3"

[dependencies.rand_xoshiro]
version = "^0.7.0"

[dev-dependencies.hex-literal]
version = "^1.1.0"

[dev-dependencies.version-sync]
version = "^0.9"

[lib]
name = "bc_rand"
path = "src/lib.rs"

[package]
authors = ["Blockchain Commons"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "Blockchain Commons Random Number Utilities."
documentation = "https://docs.rs/bc-rand"
edition = "2024"
keywords = ["random", "testing", "security"]
license = "BSD-2-Clause-Patent"
name = "bc-rand"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-rand-rust"
resolver = "2"
version = "0.5.0"