Atmos-rng

Latest version: v1.0.4

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

Scan your dependencies

Page 1 of 2

1.0.5

Updated;
- The `choice()` & `shuffle()` functions now the the ability to process strings.

1.0.4

Update fixes;

* `randint()`, It will now return a list of numbers as type `int` instead of a list of numbers as strings.
* Removed an un-needed print statement in `choice()` when passing type `set`.
* Lists and Tuples will now be part of the same `isInstance()` if check as they have the same way of getting an item at position `X`.

1.0.3.1

A small patch fixing "`gen_bits()`".

1.0.3

Added:
- New function to generate random bits. "gen_bits()"
- New function to generate urlsafe base64 encoded bytes that can be used as "tokens". "bytes_urlsafe()"

1.0.2

Added:

- New function to generate bytes. "gen_bytes(32)"

1.0.1

Name changed to "atmos-rng" as "atmos" was already taken on pypi. You can still import the package like shown in the usage example.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.