Galois Linear Feedback Shift Register using specified polynomial maskGenerates a maximal length pseudo-random sequence of length 2^degree-1.
More...
#include <gri_glfsr.h>
Static Public Member Functions |
static int | glfsr_mask (int degree) |
Detailed Description
Galois Linear Feedback Shift Register using specified polynomial mask
Generates a maximal length pseudo-random sequence of length 2^degree-1.
Constructor & Destructor Documentation
gri_glfsr::gri_glfsr |
( |
int |
mask, |
|
|
int |
seed |
|
) |
| |
|
inline |
Member Function Documentation
static int gri_glfsr::glfsr_mask |
( |
int |
degree | ) |
|
|
static |
int gri_glfsr::mask |
( |
| ) |
const |
|
inline |
unsigned char gri_glfsr::next_bit |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: