"Source: Text/Crypt/PseudoRandom.text";
"Line: 159";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Crypt/PseudoRandom.text, line: 159
// Example: H172E2 ()
print "Example: H172E2";
ei := GetEchoInput();
SetEchoInput(true);
Z := Integers();
&+[ Z | b : b in RandomSequenceRSA(100, 1000) ];
SetEchoInput(ei);
