https://github.com/plsr/randomlator
Math is boring. Randomlator isn't.
https://github.com/plsr/randomlator
Last synced: 5 months ago
JSON representation
Math is boring. Randomlator isn't.
- Host: GitHub
- URL: https://github.com/plsr/randomlator
- Owner: Plsr
- Created: 2013-07-30T11:47:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T16:14:58.000Z (almost 13 years ago)
- Last Synced: 2025-04-23T04:17:03.396Z (about 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
randomlator
===========
__Math is boring. Randomlator isn't.__
Randomlator takes two Integers and performs a random arithmetic operation with it.
Who needs this shit, I hear you aksing? Noone, I just wanted it to exist.
Changelog
===========
PreAlpha 0.1
------
__30.07.2013__
Basic Code implemented.
Randomlator supports 4 kinds of Arithmetic operations. UI is non-existant. If there would be
a situation when a number would be divided by 0, the Program just cancels.
Aditionally, the Program stops after every calculation.
PreAlpha 0.1.1
-----
Divisions by zero are checked and if there is such a situation, another operation is chosen randomly.