Crates.io | squares-rng |
lib.rs | squares-rng |
version | 0.2.0 |
source | src |
created_at | 2022-03-25 18:42:54.899329 |
updated_at | 2022-05-14 17:25:20.887747 |
description | A Rust implementation of Squares RNG for game development. |
homepage | |
repository | |
max_upload_size | |
id | 556376 |
size | 244,732 |
This is an implementation of Squares RNG that is primarily for game development. The focus is on random floating point numbers, signed integers, and additional utilities. This crate does not include key generation, but provides 8192 keys to choose from. You may also use your own key if you have one.
Original paper published by Bernard Widynski on November 23rd, 2020 https://arxiv.org/pdf/2004.06278v3.pdf