prns 1.0.0

A Rust implementation of the PRNS fast random-access pseudo-random number generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
description = "A Rust implementation of the PRNS fast random-access pseudo-random number generator"
categories = ["algorithms", "no-std"]
keywords = ["random", "rng"]
name = "prns"
version = "1.0.0"
edition = "2024"
license = "AGPL-3.0"
repository = "https://six-five-six-four.com/git/reactor/prns-rs"

[dependencies]