Metadata-Version: 2.4
Name: customrandom
Version: 1.0.0
Summary: Create your own RNG.
Author-email: NumbersTada <tadaktatak61@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# customrandom

Customrandom is a module for creating your own random number generators. It has a Random class which defines methods such as randint, randrange etc. to mimic Python's random.Random class.
