Metadata-Version: 2.1
Name: randon
Version: 0.0.3
Summary: makes random number
Home-page: UNKNOWN
Author: Technical Earth
Author-email: technicalearth0@gmail.com
License: UNKNOWN
Keywords: python,random,number,add,multiply,PYPI
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# Randon

Developed by Roop Majumder from Technical Earth (c) 2020

## Examples of How To Use

using intrand

```python
from randon import intrand

intrand()
```

using floatrand

```python
from randon import floatrand

floatrand()
```

##there are more to explore stay around

