Metadata-Version: 2.1
Name: Linear_Congruential_Generator
Version: 0.1.5
Summary: The random number generator. 
Home-page: https://github.com/onuratakan/Linear_Congruential_Generator
Author: Onur Atakan ULUSOY
Author-email: atadogan06@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE


# Linear Congruential Generator | ![Made_with_python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg) ![Licence](https://img.shields.io/github/license/onuratakan/Linear_Congruential_Generator.svg)

# Installing
```console
pip install Linear-Congruential-Generator
```

# Import
```python
from lcg import LCG
```


