Random Character (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.8.0
Syntax
[a|%-integer%] random [alphanumeric] character[s] (from|between) %string% (to|and) %string%Description
One or more random characters between two given characters. Use 'alphanumeric' if you want only alphanumeric characters. This expression uses the Unicode numerical code of a character to determine which characters are between the two given characters. If strings of more than one character are given, only the first character of each is used.
Examples
set {_captcha} to join (5 random characters between "a" and "z") with ""
send 3 random alphanumeric characters between "0" and "z"