Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/onuratakan/linear_congruential_generator
- Owner: onuratakan
- License: mit
- Created: 2021-05-03T08:55:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T14:09:24.000Z (over 3 years ago)
- Last Synced: 2024-10-03T11:37:37.815Z (about 2 months ago)
- Topics: generator, linear-congruential-generator, python, random, random-number-generators
- Language: Python
- Homepage: https://pypi.org/project/Linear-Congruential-Generator/
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```