biski64 0.3.2

A fast, robust, 64-bit pseudo-random number generator with a guaranteed minimum period of 2^64.
Documentation
[[bench]]
harness = false
name = "prng_competitors"
path = "benches/prng_competitors.rs"

[[bin]]
name = "biski64"
path = "src/main.rs"

[dependencies.rand_core]
version = "0.9"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_xoshiro]
version = "0.7"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "A fast, robust, 64-bit pseudo-random number generator with a guaranteed minimum period of 2^64."
documentation = "https://docs.rs/biski64"
edition = "2021"
homepage = "https://github.com/danielcota/biski64"
keywords = ["prng", "rng", "random", "fast", "no_std"]
license = "MIT"
name = "biski64"
readme = "README.md"
repository = "https://github.com/danielcota/biski64"
version = "0.3.2"