Skip to main content

Generate multi-precision non-deterministic random Numbers.

Project description

Pure_NRNG

PyPI PyPI - Status GitHub Release Date Language grade: Python Codacy Badge PyPI - Downloads PyPI - Python Version PyPI - License

Generate multi-precision non-deterministic random Numbers package in python.

According to the calculation of the minimum entropy value of the raw entropy, the adaptive absorption of the appropriate entropy bit.

Installation

Installation can be done through pip. You must have python version >= 3.8

pip install pure-nrng

Usage

The statement to import the package:

from pure_nrng_package import pure_nrng
or
from pure_nrng_package import *

Example:

>>> nrng_instance = pure_nrng()
>>> true_rand_bits = nrng_instance.true_rand_bits(256)
>>> next(true_rand_bits)
>>> true_rand_float = nrng_instance.true_rand_float(256)
>>> next(true_rand_float)
>>> true_rand_int = nrng_instance.true_rand_int(100, 1)
>>> next(true_rand_int)

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

pure_nrng-1.1.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

pure_nrng-1.1.0-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file pure_nrng-1.1.0.tar.gz.

File metadata

  • Download URL: pure_nrng-1.1.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for pure_nrng-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1277efddf94c1fcd5106be593b7f4e5ca1704fd285f4764ee0880a7fddc98529
MD5 3ba6202428a28b58682defb78190b126
BLAKE2b-256 f800728f25089dd2b8c89e51ce23925d1570e3bd9ba6166706aef35038216034

See more details on using hashes here.

File details

Details for the file pure_nrng-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pure_nrng-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for pure_nrng-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f0f88c45b397b62d83ce14d69d6e4b5ed45aad20dbdd2dd1c6ce9e237f07180
MD5 e9da3a0a19d62128830634d67577afea
BLAKE2b-256 b426926b09f7dc086e1c374abed16c116930e602f9da9e99b069e6bee9cc25d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page