# Pastebin 30pVt8u3 import math var text: string var string = "abcdefghijklmnopqrstuvwzyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" for i in countup(0, 10): text &= $string[random(len(string))] echo text