- Bug fixes attempted
- Fixed `aleat3.Aleatoryous.first_given()` method.
- New feature: __'Applications' library__.
Let's talk about this new feature. At `aleat3.applications` library you can run many
examples of Aleatoryous programming. The unable examples at this version are:
- diceInterface.py
- Use [tkinter](http://docs.python.org/3.8/library/tkinter) library for a dice interface.
- rouletteWinners.py
- Operate a long string of names and get 5 winners.
- coinWinners.py
- Play with Heads or Tails and receive if you won or not.
To call this functions, import the example and just `run()` it:
python
from aleat3.applications import rouletteWinners As an example
rouletteWinners.run()
What's new in aleat3 0.1.2 / aleat3 0.1.2.post1
- Minor bug fixes
- Sometimes, the `module_test()` function failed at `__main__` level.