Linear Feedback Shift Register using primitive polynomial x^15 + x + 1Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.
More...
#include <gri_lfsr_15_1_0.h>
List of all members.
Detailed Description
Linear Feedback Shift Register using primitive polynomial x^15 + x + 1
Generates a maximal length pseudo-random sequence of length 2^15 - 1 bits.
Constructor & Destructor Documentation
gri_lfsr_15_1_0::gri_lfsr_15_1_0 |
( |
| ) |
[inline] |
Member Function Documentation
int gri_lfsr_15_1_0::next_bit |
( |
| ) |
[inline] |
int gri_lfsr_15_1_0::next_byte |
( |
| ) |
[inline] |
void gri_lfsr_15_1_0::reset |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: