press space to pick the ascii/iso-8859-1 code for the character you want to see printable ascii (characters for writing text like " ", "g", "&") is between 32-127 (127 is DEL (delete)) use random instead of ascii code for a random ascii character use random ascii or random extended to pick which set to select from
POSITIONS OF DIFFERENT CHARACTERS: Uppercase Letters: 65-90 Lowercase Letters: 97-122 Numbers: 48-57 Space: 32 (normal), 160 (non-breaking, doesnt split across a line) Brackets: 28/29 (), 91/93 [], 123/125 {} Delete (DEL): 127 Non-Printable Control Codes: 0-31 (not displayed) Extended Unused: 128-159 Fractions: 188-190 Alternate Latin Uppercase Letters: 192-222 (except 215 = ×) Alternate Latin Lowercase Letters: 223-255 (except 247 = ÷) Soft Hyphen: 173 (can split words with a hyphen across lines)