Why not utilize math.random() and pass the resulting number into the string.char() method instead of manually typing out all possible characters?
1 Like
Why not utilize math.random() and pass the resulting number into the string.char() method instead of manually typing out all possible characters?