squares-rng 0.2.0

A Rust implementation of Squares RNG for game development.
Documentation
  • Coverage
  • 83.33%
    15 out of 18 items documented0 out of 15 items with examples
  • Size
  • Source code size: 244.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Phobos001

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