/zig-lfsr

a simple LFSR for any integer size.

Primary LanguageZig

zig-lfsr

This is a very naive implementation of software LFSR's. They can be used as a deterministic pseudo-rng generators, but are mostly here to show a simple example of generics in zig.