Metadata-Version: 2.2
Name: advrandom
Version: 0.1.0
Summary: An advanced random number generation library with cryptographic security.
Home-page: https://github.com/Sumedh1599/advrandom
Author: Sumedh Patil
Author-email: admin@aipresso.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# advrandom

`advrandom` is an advanced and enhanced random number generation library designed for high-security applications, AI models, cryptography, and general-purpose randomness. It surpasses Python’s `random` module with cryptographic security, entropy enhancements, and multithreaded optimizations.

## Features

- Cryptographic security (`secrets`, `hashlib`, `os.urandom`)
- Multi-threaded high-speed number generation
- Gaussian-distributed random numbers
- Secure entropy-based hashing for unpredictable randomness
- Random execution delays (useful for bot protection)

## Installation

```bash
pip install advrandom
```
