An open API service indexing awesome lists of open source software.

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.

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.