lfsr Struct Reference

An instance type for the random number generator. More...

#include <lfsr.h>

Collaboration diagram for lfsr:

Public Attributes

uint16_t start_state
 
uint16_t lfsr_value
 

Detailed Description

An instance type for the random number generator.

Definition at line 52 of file lfsr.h.

Member Data Documentation

uint16_t lfsr::lfsr_value

The current state of the generator.

Definition at line 54 of file lfsr.h.

uint16_t lfsr::start_state

Any nonzero start state for the generator.

Definition at line 53 of file lfsr.h.


The documentation for this struct was generated from the following file: