Metadata-Version: 2.1
Name: randbyrand
Version: 1.0.0
Summary: Retrive a million random digits by RAND Corporation.
Home-page: https://github.com/lucafrance/randbyrand
Author: Luca Franceschini
Author-email: luca.france@outlook.com
License: MIT License
Description: This module includes a simple function to retrieve the digits of [_A Million Random Digits with 100,000 Normal Deviates_](https://www.rand.org/pubs/monograph_reports/MR1418.html) by RAND Corporation.
        
        ### Usage
        ```
        import randbyrand
        
        digits = randbyrand.get_digits()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
