entro-shift 1.0.2

Entro Shift is a 32-bit pseudo-random number generator algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Will Parsons <https://www.linkedin.com/in/twexxor/>"]
categories = ["algorithms", "embedded", "game-development", "no-std"]
description = "Entro Shift is a 32-bit pseudo-random number generator algorithm."
documentation = "https://github.com/twexxor/rust-entro-shift/README.md"
homepage = "https://entrocraft.com/dungeon/randomization-algorithms/entro-shift/"
keywords = ["prng", "random", "random-numbers", "randomize", "rng"]
license = "MIT"
name = "entro-shift"
repository = "https://github.com/twexxor/rust-entro-shift"
version = "1.0.2"