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
18
[dependencies.rand]
version = "0.8.5"

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

[package]
authors = ["chloe"]
description = "A psuedo-random bit generator in Rust implemented with the Rule-30 elementary cellular automata"
edition = "2021"
keywords = ["prng", "rand", "random"]
license = "MIT"
name = "r30_rs"
readme = "README.md"
repository = "https://github.com/chloe0x0/R30-rs"
resolver = "2"
version = "0.1.0"