Warning: do not play this too much if you have work to do!
Code is not case sensitive. Type in "RAND,,(width),(height),E" (no spaces,
note the two commas) for a randomly-generated puzzle, replace "E" with "T"
to include total restriction or "Q" to randomly decide.
I want specific RNG:
For custom RNG, all right after "RAND," and before ",(width)", 100% over
value if value is not 0, RNG is ordered top to bottom:
"P(value)," for pinned mirror.
"V(value)," for vector restrictor.
"W(value)," for wall.
"U(value)," for surround restrictor.
"S(value)," for sensor.
"C(value)," for cross sensor.
Example: "RAND,V4S1W0,4,6,T" generates a 4x6 puzzle with vector
restrictors on 1/4th of all edges, sensors on everywhere the laser was
originally generated to go, no walls, and a total restrictor. Note that
it's out of order yet valid.