Skip to content

lucafrance/randbyrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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__()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published