https://github.com/wenta/greenape
POC of Infinite monkey theorem
https://github.com/wenta/greenape
poc python python3
Last synced: 12 months ago
JSON representation
POC of Infinite monkey theorem
- Host: GitHub
- URL: https://github.com/wenta/greenape
- Owner: wenta
- License: apache-2.0
- Created: 2019-05-20T17:16:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T12:27:12.000Z (almost 7 years ago)
- Last Synced: 2025-06-10T20:18:28.238Z (about 1 year ago)
- Topics: poc, python, python3
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# greenape
**POC of Infinite monkey theorem**
From wikipedia:
*The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare. In fact, the monkey would almost surely type every possible finite text an infinite number of times. However, the probability that monkeys filling the observable universe would type a complete work such as Shakespeare's Hamlet is so tiny that the chance of it occurring during a period of time hundreds of thousands of orders of magnitude longer than the age of the universe is extremely low (but technically not zero).*
see https://en.wikipedia.org/wiki/Infinite_monkey_theorem
Goal of this project is to show that if we give monkey a keyboard it could write every possible function in finite time.