Metadata-Version: 2.1
Name: badrandom
Version: 0.0.1
Summary: An implementation of the bad random number generator used in legacy Microsoft BASIC. Do not use to generate random numbers.
Author-email: Rob Hagemans <rob.hagemans@hotmail.com>
Project-URL: Homepage, http://pc-basic.org
Keywords: random,legacy,compatibility
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Emulators
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

The badrandom package implements a very bad random number generator. It is intended to reproduce random numbers generated by legacy Microsoft BASIC, and should not be used for anything serious. It is a spinoff of PC_BASIC, see pc-basic.org
