pcg32 0.1.0

No-frills PCG32 random number generator implementation
Documentation
[dependencies]
[dev-dependencies.rand_core]
default-features = false
version = "0.6.4"

[dev-dependencies.rand_pcg]
default-features = false
version = "0.3.1"

[package]
authors = ["LiosK <contact@mail.liosk.net>"]
categories = ["algorithms", "no-std"]
description = "No-frills PCG32 random number generator implementation"
edition = "2021"
keywords = ["random", "rng", "pcg"]
license = "CC0-1.0"
name = "pcg32"
readme = "README.md"
repository = "https://github.com/LiosK/rust-pcg32"
version = "0.1.0"