Go to the documentation of this file.
23 #ifndef INCLUDED_GR_GLFSR_SOURCE_F_H
24 #define INCLUDED_GR_GLFSR_SOURCE_F_H
53 static sptr make(
int degree,
bool repeat=
true,
54 int mask=0,
int seed=1);
56 virtual unsigned int period()
const = 0;
57 virtual int mask()
const = 0;