Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits. More...
#include <gri_lfsr_15_1_0.h>
Public Member Functions | |
| gri_lfsr_15_1_0 () | |
| void | reset () |
| int | next_bit () |
| int | next_byte () |
Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.
| gri_lfsr_15_1_0::gri_lfsr_15_1_0 | ( | ) | [inline] |
References reset().
| int gri_lfsr_15_1_0::next_bit | ( | ) | [inline] |
Referenced by gri_lfsr_32k::next_bit(), and next_byte().
| int gri_lfsr_15_1_0::next_byte | ( | ) | [inline] |
References gen_whitener::i, and next_bit().
| void gri_lfsr_15_1_0::reset | ( | ) | [inline] |
Referenced by gri_lfsr_15_1_0(), and gri_lfsr_32k::reset().
1.5.8