Skip to main content

Python Boilerplate contains all the boilerplate you need to create a Python package.

Project description

Updates

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hbc_random_number-0.2.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

hbc_random_number-0.2.0-py2.py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page