Metadata-Version: 2.1
Name: randrandom
Version: 0.0.2
Summary: Improvment on the random libary.
Home-page: 
Author: Abubakr
Author-email: abubakr.sultan14@gmail.com
License: MIT
Keywords: random
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This is a simple random libary that adds on to the random libary. 
 Functions: 
 - randinteger 
 - randfloat 
 - randbytes 
 -rand 
 - randeven 
 - randodd 
 -randitem 
 -randletter 
 - randduplicate 

 Change Log: 
 === 

 0.0.1 (2022-11-23) 
 === 
 - Release 
 === 

 0.0.2 (2022-11-24) 
 === 
 - Added more functions 
 - Fixed randeven and randodd
