Retrive a million random digits by RAND Corporation.
Project description
This module includes simple functions to retrieve and work with the digits of A Million Random Digits with 100,000 Normal Deviates by RAND Corporation.
Usage
Get all digits
import randbyrand
# As a list
digits = randbyrand.get_digits()
# As a numpy array
digits = randbyrand.get_digits("numpy")
# As a Pandas DataFrame
digits = randbyrand.get_digits("pandas")
Random number generator
import randbyrand
random_digit = randbyrand.rand_digit().__next__()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
randbyrand-1.1.0.tar.gz
(2.9 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 randbyrand-1.1.0.tar.gz.
File metadata
- Download URL: randbyrand-1.1.0.tar.gz
- Upload date:
- Size: 2.9 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.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c3af819d6ff3a53a6c0cb59800fb17f55563f8e8ef7dacb3c89d2a4686e17c4
|
|
| MD5 |
60bc10f55198b35d0d06e64433609dda
|
|
| BLAKE2b-256 |
468bb6c6a1414b74361f5024041b2b0dbe30925f64670bfb0db55373ee2f179b
|
File details
Details for the file randbyrand-1.1.0-py3-none-any.whl.
File metadata
- Download URL: randbyrand-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 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.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136fcc71ad68465a4d7544a862851e7ca87f20a588d503b16651a1dde7b34251
|
|
| MD5 |
f917aecfed6828bd2e1e7efbce217e1b
|
|
| BLAKE2b-256 |
5fca5ad33593bc38c6390c9836995be65513f6dca7530364fecfddb54ed6af0c
|