Metadata-Version: 2.1
Name: randos
Version: 0.0.20
Summary: A randomness library
Home-page: https://github.com/aljaroudi/randos-pip
Author: Mohammed Aljaroudi
Author-email: maljaroudi@sandiego.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# randos
A Python pip package for generating randomness

[![Downloads](https://pepy.tech/badge/randos/month)](#)
[![Repo Size](https://img.shields.io/github/repo-size/aljaroudi/randos-pip)](#)
[![Python Support](https://img.shields.io/pypi/pyversions/randos)](#)
[![pip version](https://img.shields.io/pypi/v/randos)](#)
[![a](https://img.shields.io/github/workflow/status/aljaroudi/randos-pip/Python%20package/main?label=test)](#)
[![CodeClimate](https://img.shields.io/codeclimate/maintainability-percentage/aljaroudi/randos-pip)](#)
[![Issues](https://img.shields.io/codeclimate/issues/aljaroudi/randos-pip)](#)
[![Debt](https://img.shields.io/codeclimate/tech-debt/aljaroudi/randos-pip)](#)


## Requirements

Python 3.7+

## Installation

```console
pip install randos


