Aleat3

Latest version: v0.2.9

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.0.6

- Minor bugs resolved:
- Sometimes, version 0.0.5 did not return `__version__` output correctly.
- Some exception handling were wrong at versions 0.0.4 and 0.0.5.
- The operations are much cleaner and without repetitions.
- __New option at__ `Aleatoryous.first_given()`__: no-repetition.__
- _View the "Iterating with aleatory.roulette" section_ to learn more about his feature.

0.0.5

- Some variables deleted or recycled:
- Private variables recycled

0.0.4

- Minor bugs resolved:
- Cleaner output
- Faster operations
- Some variables deleted or recycled:
- Variable `Aleatoryous.cache` deleted
- Variable `Aleatoryous.it` deleted
- Private variables recycled

0.0.3

At version 0.0.2, you could change the Aleatoryous mode by typing:

python
obj = Aleatoryous("aleatory.coin")

obj.mode = "Dice"


But now, **that operation is forbidden**, and the system might return a message
like this:


Traceback (most recent call last):
File .../-.py in <module>
obj.mode = "Dice"
^
AttributeError: object "Aleatoryous" has no attribute "mode"


Instead of that, **use the new method _Aleatoryous.changemode()_**:

python
obj.changemode("aleatory.dice")


Also, in version 0.0.3, you can get the mode name of your object:

python
print(obj.getmode())

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.