Metadata-Version: 2.4
Name: senol-randomizer
Version: 0.1.6
Summary: Cryptography-inspired random generation experiment
Author: Batuhan Şenol
License: Apache-2.0
Keywords: random,cryptography,rng,number-generation,random-data
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: gmpy2

This library is a cryptographic random generation experiment.

Its security properties have not been formally analyzed or verified.
It is not recommended for production or security-critical applications.

Functions that require ranges are _min and _max due to Python built-in functions

--Batuhan Şenol
