"Source: Text/Lat/Lat.text";
"Line: 6020";
"Date: Fri Sep 26 12:10:10 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Lat/Lat.text, line: 6020
// Example: H31E23 ()
print "Example: H31E23";
ei := GetEchoInput();
SetEchoInput(true);
D := LatticeDatabase();
NumberOfLattices(D);
assert $1 eq 699;
names := {LatticeName(D,i): i in [1..#D]};
#names; // No duplicate names anymore
assert $1 eq 699;
Random(names);
NumberOfLattices(D, "S4(5):2");
assert $1 eq 1;
SetEchoInput(ei);
