Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

randbyrand-1.1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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