Metadata-Version: 2.1
Name: randon
Version: 0.0.5
Summary: makes random number
Home-page: UNKNOWN
Author: Technical Earth
Author-email: technicalearth0@gmail.com
License: UNKNOWN
Description: # 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()
        ```
        
        using odd
        
        ```python
        from randon import odd
        
        odd()
        ```
        
        using even
        
        ```python
        from randon import even
        
        even()
        ```
        
        using guess_the_number
        
        ```python
        from randon import guess_the_number
        
        guess_the_number()
        ```
        	
        ##### There are more to explore stay around
        
        ##### to learn about randon go to the documentation.
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
