Generate random integers, floats, and lists easily
Project description
randomgen
A simple Python package to generate random integers, floats, and lists of random numbers.
Example
from randomgen import random_int, random_float, random_list
print(random_int(1, 10)) # Example: 7
print(random_float(1.5, 5.5)) # Example: 3.72
print(random_list(5, 10, 50)) # Example: [14, 23, 47, 35, 11]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
randomlite-0.0.1.tar.gz
(1.5 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 randomlite-0.0.1.tar.gz.
File metadata
- Download URL: randomlite-0.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
861080ff70daae8d9969b1bb2739b4906f5d67459a9468ad1926e9ac91ee9a6d
|
|
| MD5 |
5dc385b34db14b1bd0bb6b586f659947
|
|
| BLAKE2b-256 |
150d8591f61458ba951d7a05b83edafba6def341200533f5b98b275b12a184c2
|
File details
Details for the file randomlite-0.0.1-py3-none-any.whl.
File metadata
- Download URL: randomlite-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a63f12393fa62aa6fc4767b1e1177761c98a72f65e19866f02fc05c4eed14e34
|
|
| MD5 |
014081b5d4c212202e9370bf40b6697c
|
|
| BLAKE2b-256 |
40b9ef9df8bb57b1c1f1f54bf8ef9a19fb71162215771851bae98a4eddfd729d
|