"Source: Text/Crypt/PseudoRandom.text";
"Line: 310";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Crypt/PseudoRandom.text, line: 310
// Example: H172E3 ()
print "Example: H172E3";
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);
