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.3.0.tar.gz
(2.3 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.3.0.tar.gz.
File metadata
- Download URL: rng_alg-1.3.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
646394c1a928ee5fc4d30008a8eaa67ceab6b7c43fb9a7b61ad3467cd0827732
|
|
| MD5 |
d463674015be2cdbae1e74c5033013fa
|
|
| BLAKE2b-256 |
1d7163183a1f1452c8bd6688e54ba0377a23d2cb84b4ee4f39c72377facfe782
|
File details
Details for the file rng_alg-1.3.0-py3-none-any.whl.
File metadata
- Download URL: rng_alg-1.3.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 |
42b3e9d7c4bc9f5b8e5b031ff3deba8dedc3d8c4b6978defd9ebd0592e6e1314
|
|
| MD5 |
28a7d2029ac8c81cd30307969ba2c09b
|
|
| BLAKE2b-256 |
9e90d5ece893b0ea6cbf4fd17892211e92872852ea89cbe5ce39bcf6538bce49
|