galois-lfsr
Galois configuration (or internal XOR) Linear Feedback Shift Register (LFSR)
Installation
Add this to your application's shard.yml
:
dependencies:
galois-lfsr:
github: teknomunk/cr-galois-lfsr
Usage
require "galois-lfsr"
l = LFSR::Galois.new( LFSR::MAX_16 )
10.times do
puts l.next
end
Contributing
- Fork it (https://github.com/teknomunk/galois-lfsr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- teknomunk teknomunk - creator, maintainer