rand_simple 0.0.16

The simple random number generator that is independent from the other libraries and based on XOR shift.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["Tremendous1192"]
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"
version = "0.0.16"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3