Crates.io | rand_krull |
lib.rs | rand_krull |
version | 1.1.0 |
source | src |
created_at | 2020-09-28 14:12:32.9862 |
updated_at | 2022-03-29 02:24:09.628611 |
description | Krull64/65 random number generators. |
homepage | |
repository | https://github.com/SamiPerttu/rand_krull |
max_upload_size | |
id | 293681 |
size | 35,910 |
std
required.Krull64/65 are intended as non-cryptographic workhorse RNGs suitable for simulations and procedural content generation that are solid, easy to use, and have a full feature set.
This crate depends on rand_core, which is a part of the Rand project.
Serde support is opt-in, so enable the serde
feature if you need it.
MIT