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

https://github.com/jakewilliami/linearshiftregisters.jl

A minimal package for Linear Shift Registers and Linear Congruential Generators
https://github.com/jakewilliami/linearshiftregisters.jl

julia julia-language julia-package julialang linear-congruential-generator linear-shift-register pseudo-random pseudo-random-generator

Last synced: 5 months ago
JSON representation

A minimal package for Linear Shift Registers and Linear Congruential Generators

Awesome Lists containing this project

README

          


LinearShiftRegisters.jl

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jakewilliami.github.io/LinearShiftRegisters.jl/dev)
[![CI](https://github.com/invenia/PkgTemplates.jl/workflows/CI/badge.svg)](https://github.com/jakewilliami/LinearShiftRegisters.jl/actions?query=workflow%3ACI)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
![Project Status](https://img.shields.io/badge/status-maturing-green)

---

See [here](https://www.wikiwand.com/en/Linear-feedback_shift_register) and [here](https://www.wikiwand.com/en/Linear_congruential_generator) for an explanation of the functions in this package.

**Warning**: this package is potentially inefficient, small, and perhaps not very useful. As such, it is not registered with Julia.

## Citation

If your research depends on LinearShiftRegisters.jl, please consider giving us a formal citation: [`citation.bib`](./citation.bib).