Python Boilerplate contains all the boilerplate you need to create a Python package.
Project description
The ProvablyFairRandomNumberGenerator is a Python library that provides a provably fair mechanism for generating random numbers. This library uses cryptographic techniques to ensure transparency and fairness in generating random numbers, making it suitable for applications where unbiased randomness is essential.
Features
Generates random numbers within a specified range using provably fair methods.
Uses os specific randomness source.
Installation
pip install provablyfairrandomnumbergenerator
Usage
from provablyfairrandomnumbergenerator import generate_random_number
# Generate a random number within a range
min_value = 1
max_value = 100
random_number = generate_random_number(min_value, max_value)
print(f"Generated Random Number: {random_number}")
Dependencies
Python 3.x
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2023-08-29)
First release on PyPI.
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
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 hbc_random_number-0.2.0.tar.gz.
File metadata
- Download URL: hbc_random_number-0.2.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7cb7a12cd1bb3002a2fb3262e7f90e581446812b788fea8903f136bcaa0b210
|
|
| MD5 |
8ddedce4b271cb3cc8b025a754bfd885
|
|
| BLAKE2b-256 |
6d9a6a25d447692fbe3bca5e2a7e7379f88a19ccc6257e5694637d6d511e7691
|
File details
Details for the file hbc_random_number-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: hbc_random_number-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cae7a93b8d89e925600f7a4ce586b2ecfc923fd983400b79405060fa0b805a56
|
|
| MD5 |
48e35f6cb55354ca33abf629270ac2b2
|
|
| BLAKE2b-256 |
7eeef2b285624f10a4f43f55bb94d4be53a8ebf7bcee188b573e9a91adea4819
|