RGE256 Core PRNG — fixed API and corrected README
Project description
RGE256 Core – Python Implementation of the RGE-256 PRNG
Version 1.0.2 Author: Steven Reid License: Apache 2.0 Project: https://github.com/RRG314/RGE-256-app Preprint: https://zenodo.org/records/17713219
Security Notice
Not cryptographically secure. Use only for testing, research, simulation.
Installation
pip install rge256_core
Basic Usage
from rge256_core import RGE256
rng = RGE256(seed=123)
rng.rand_uint32()
rng.random()
rng.randint(0,10)
rng.random_array(5)
rng.random_bytes(8)
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
rge256_core-1.0.2.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rge256_core-1.0.2.tar.gz.
File metadata
- Download URL: rge256_core-1.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52979a9e31184ce4644b0dfd555c41341a19124ba15c9064978333d945807e7b
|
|
| MD5 |
75968989c6062eb952168534d5fbaa6b
|
|
| BLAKE2b-256 |
0253ea05137f6197001c8f3e56405f8bb4adeaedb3426c32ed7cdd822f2c43e6
|
File details
Details for the file rge256_core-1.0.2-py3-none-any.whl.
File metadata
- Download URL: rge256_core-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a996dc38ae9a0076e28d2b65c5fdf80aeae21c3276075bfb0a8bb52208d26c8c
|
|
| MD5 |
6e4fd90799d280477cf1c6c252e8679f
|
|
| BLAKE2b-256 |
398bc02b31824417e17f2467a6f59ee935916133b7d02ddf212dfbf38b80d2dc
|