entro-shift 1.1.0

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"]
categories = ["algorithms", "embedded", "game-development", "no-std"]
description = "Entro Shift is a 32-bit, pseudo-random number generator algorithm."
documentation = "https://github.com/entrovoid/rust-entro-shift/blob/master/README.md"
homepage = "https://entrocraft.com/dungeon/randomization-algorithms/entro-shift/"
keywords = ["deterministic", "prng", "random", "randomize", "rng"]
license = "MIT-0"
name = "entro-shift"
repository = "https://github.com/entrovoid/rust-entro-shift"
version = "1.1.0"