Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onuratakan/linear_congruential_generator

The random number generator.
https://github.com/onuratakan/linear_congruential_generator

generator linear-congruential-generator python random random-number-generators

Last synced: 30 days ago
JSON representation

The random number generator.

Awesome Lists containing this project

README

        

# 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
```