Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amilich/cellular-automata-random-numbers
More random than python's generator!
https://github.com/amilich/cellular-automata-random-numbers
Last synced: about 1 month ago
JSON representation
More random than python's generator!
- Host: GitHub
- URL: https://github.com/amilich/cellular-automata-random-numbers
- Owner: amilich
- Created: 2013-06-03T00:40:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T17:55:09.000Z (over 8 years ago)
- Last Synced: 2024-10-09T22:20:21.577Z (3 months ago)
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Science-and-Complexity
This Python module generates random numbers using a Cellular Automata.
A CA is first generated according to Rule 30, which generates pseudorandom patterns.
The number of 1's and 0's in a particular column is then counted and converted
into a decimal number.The module was tested with various Diehard tests to measure randomness; against
the Python built in random function, it provided more even (random) distributions.Created by Andrew Milich in Spring 2013.