"Source: Text/Crypt/PseudoRandom.text";
"Line: 310";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Crypt/PseudoRandom.text, line: 310
// Example: H168E3 ()
print "Example: H168E3";
ei := GetEchoInput();
SetEchoInput(true);
C<D> := PrimitivePolynomial (GF(2), 5);
C;
s := [GF(2)|1,1,1,1,1];
t := LFSRSequence(C, s, 31);
t;
AutoCorrelation (t, 2);
SetEchoInput(ei);
