"Source: Text/Crypt/PseudoRandom.text";
"Line: 93";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Crypt/PseudoRandom.text, line: 93
// Example: H172E1 ()
print "Example: H172E1";
ei := GetEchoInput();
SetEchoInput(true);
S:= [GF(2)| 1,1,0,1,0,1,1,1,0,0,1,0];
C<D>, L := BerlekampMassey(S);
C;
L;
T := S[1..L];
LFSRSequence(C, T, #S);
SetEchoInput(ei);
