https://github.com/phantom8015/infinite-monkey-theorem
Proving the infinite monkey theorem.
https://github.com/phantom8015/infinite-monkey-theorem
emile-borel funny math monkey monkeytheorem random theorem
Last synced: 7 months ago
JSON representation
Proving the infinite monkey theorem.
- Host: GitHub
- URL: https://github.com/phantom8015/infinite-monkey-theorem
- Owner: Phantom8015
- Created: 2023-04-27T18:18:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T04:44:45.000Z (over 1 year ago)
- Last Synced: 2025-01-23T05:28:58.782Z (over 1 year ago)
- Topics: emile-borel, funny, math, monkey, monkeytheorem, random, theorem
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite Monkey Theorem Generator
This is a Node.js application that simulates the Infinite Monkey Theorem by generating random characters indefinitely. The Infinite Monkey Theorem suggests that if you gave an infinite number of monkeys typewriters, they would eventually produce the complete works of Shakespeare by randomly typing characters. This program aims to prove this theorem by generating random characters as long as it is kept running.
## Usage
To use the Infinite Monkey Theorem Generator, simply download the program and run it on your computer using Node.js. The program will start generating random characters and printing them to the console window.
Steps:
1. Open CMD or Terminal
2. Navigate to the directory where you downloaded the program using the `cd` command
3. Run the program using the `node .` command
Easy enough, right?
You can stop the program at any time by using the appropriate key combination for your operating system (for example, "Ctrl + C" on Windows or "Command + C" on Mac). When you restart the program, it will start generating random characters from where it left off.
## Requirements
The Infinite Monkey Theorem Generator was written in Node.js and requires no external libraries or dependencies. It should be compatible with any modern operating system that can run Node.js.
## Future Improvements
no 😇
## Contributing
If you would like to contribute to the Infinite Monkey Theorem Generator, feel free to fork the repository and submit a pull request. We welcome any suggestions or improvements that you may have.