A package for random number generation algorithms like hexadecimal, pi, and advanced RNGs.
Project description
rngalg
Description
This add some random algorithm with pi, hex, advanced rng and special charactere generator
📦 Installation 📦
Just one command
pip install rngalg
Use
import rngalg
Random with pi
rngalg.pialg()
normal avanced rng
rngalg.advancedrng(1, 40) # generate between 1 to 40
hexadecimal
rngalg.hex() # generate hexadecimal number between 1 to FFFFF
rngalg.hex(100, 1000) # generate hexadecimal number between 100 to 1000
rngalg.hex(None, 5000) # generate hexadecimal number between 1 to 5000
rngalg.hex(200, None) # generate hexadecimal number between 200 to FFFFF
generate special charactere
rngalg.specialchargen() # 1 special charactere
rngalg.specialchargen(5) # 5 special charactere
rngalg.specialchargen(10) # 10 special charactere
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rng_alg-1.5.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rng_alg-1.5.0.tar.gz.
File metadata
- Download URL: rng_alg-1.5.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3de98c00c9d8772b17a28419d9f0e91b2edbfce83e68a644dc46823c9e223e9b
|
|
| MD5 |
135da50b294ec2ab83e94dfc4fe32b46
|
|
| BLAKE2b-256 |
9cdf03b27d90f7226393865e61fa1ecf2c9488d9c634c739fce25b0e759ea6d5
|
File details
Details for the file rng_alg-1.5.0-py3-none-any.whl.
File metadata
- Download URL: rng_alg-1.5.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f81c3f27ec9f0cbb5034ea6fc4683a8e5ab001bf533434d64a198aea5acf01c0
|
|
| MD5 |
f14de92137b4ff9a726f2c77dedc4099
|
|
| BLAKE2b-256 |
bdd3a461b4f97ea8a05997cebc9bcb11036bd2fc8614ce65cdfcd1a98a868f5a
|