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

https://github.com/spacejam/lfsr

simple linear feedback shift registers for test case generation
https://github.com/spacejam/lfsr

Last synced: 8 months ago
JSON representation

simple linear feedback shift registers for test case generation

Awesome Lists containing this project

README

          

# lfsr

[![Build Status](https://travis-ci.org/spacejam/lfsr.svg?branch=master)](https://travis-ci.org/spacejam/lfsr)
[![crates.io](http://meritbadge.herokuapp.com/lfsr)](https://crates.io/crates/lfsr)
[![documentation](https://docs.rs/lfsr/badge.svg)](https://docs.rs/lfsr)

Simple linear feedback shift registers for test case generation.

Feel free to contribute more!