Rule30
Pseudo random number generator with cellular automaton rule 30.
Features
-
no_std - Extend CA for better performance
Usage
use *;
To work with rand crate:
use *;
use Rng;
For Python binding, check rule30py
Reference
- Wolfram Rule30
- Wolfram ExtendedCA