squares-rng

Crates.iosquares-rng
lib.rssquares-rng
version0.2.0
sourcesrc
created_at2022-03-25 18:42:54.899329
updated_at2022-05-14 17:25:20.887747
descriptionA Rust implementation of Squares RNG for game development.
homepage
repository
max_upload_size
id556376
size244,732
Keinan C. A. Powers (Phobos001)

documentation

README

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

Commit count: 0

cargo fmt