[][src]Trait lfsr_base::LFSRStatic

pub trait LFSRStatic {
    fn sequence_length() -> u32;
}

A non-object-safe part of an LFSR

Required methods

fn sequence_length() -> u32

Sequence length of this LFSR

Loading content...

Implementors

Loading content...