"Source: Text/Crypt/PseudoRandom.text";
"Line: 159";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Crypt/PseudoRandom.text, line: 159
// Example: H168E2 ()
print "Example: H168E2";
ei := GetEchoInput();
SetEchoInput(true);
Z := Integers();
&+[ Z | b : b in RandomSequenceRSA(100, 1000) ];
SetEchoInput(ei);
