template <typename T, typename Enable = void>
class Lfsr
User-facing implementation of LFSRs of various sizes with pre-selected
maximum-cycle generators.
template <typename T, typename Enable = void>
User-facing implementation of LFSRs of various sizes with pre-selected
maximum-cycle generators.