rand_simple 0.2.37

The simple random number generator that is independent from the other libraries and based on XOR shift.
Documentation
[dependencies]

[dev-dependencies]

[lib]
name = "rand_simple"
path = "src/lib.rs"

[package]
authors = ["Tremendous1192"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The simple random number generator that is independent from the other libraries and based on XOR shift."
edition = "2021"
keywords = ["rng", "random"]
license = "MIT OR Apache-2.0"
name = "rand_simple"
readme = "README.md"
repository = "https://github.com/Tremendous1192/rand_simple"
resolver = "2"
version = "0.2.37"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3