Metadata-Version: 2.1
Name: LamRand
Version: 0.1.1
Summary: A high-quality random number generator library
Home-page: https://github.com/calpimm/LamRand
Author: Your Name
Author-email: your.email@example.com
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
Requires-Dist: openpyxl
Requires-Dist: scipy

# LamRand

LamRand is a Python library for generating truly random numbers using advanced mathematical algorithms. This library is designed to be used in various applications where random numbers are needed, such as simulations, games, and cryptographic applications.

## Purpose

The purpose of LamRand is to provide a reliable and truly random number generator that can be used across different platforms and applications.

## Authors

- **calpimm** - *Initial work* - [Your GitHub](https://github.com/calpimm)

## Installation

You can install LamRand using pip:

```bash
pip install LamRand
