Metadata-Version: 2.4
Name: ramlib-samjamsh
Version: 1.0
Summary: A simple random library with a Python prototype and a C main version, generating time-based pseudo-random numbers for lightweight projects.
Author-email: "Yassir Mangassanja aka Sam Jamsh (cyb3rguy)" <thecyb3rguy@protonmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/samjamsh/randomlib
Project-URL: Bug_Tracker, https://github.com/samjamsh/randomlib/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# randomlib (módulo: ramlib)

A simple random library with a Python prototype and a C main version where you can use it in your projects for simple random tasks.

## Visão Geral

`randomlib` (módulo: `ramlib`) é uma biblioteca simples, independente e determinística para gerar números pseudoaleatórios baseados em tempo.  
Ela utiliza múltiplas camadas de granularidade temporal (milissegundos, microssegundos, nanossegundos e timestamp) combinadas com operações bitwise e multiplicadores dinâmicos.

Ideal para experimentos de pseudoaleatoriedade, simulações, geração de seeds e ambientes sem dependências externas complexas.

## Instalação

```bash
pip install ramlib-samjamsh
