r30_rs 0.1.0

A psuedo-random bit generator in Rust implemented with the Rule-30 elementary cellular automata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "r30_rs"

version = "0.1.0"

edition = "2021"

keywords = ["prng", "rand", "random"]

authors = ["chloe"]

repository = "https://github.com/chloe0x0/R30-rs"

description = "A psuedo-random bit generator in Rust implemented with the Rule-30 elementary cellular automata"

license = "MIT"

license_path = "/LICENSE"



[lib]

name = "r30_rs"

path = "src/lib.rs"



[dependencies]

rand = "0.8.5"