Generate Random String |
|
Submitted By Leif Heflin (ihaveabellybutton) |
DescriptionThis script can generate random strings (hence the title). They can consist of numbers, symbols, uppercase letters, and lowercase letters.Here's how to use it: #genrandstring{numberofcharacters,chrtype} numberofcharacters - the number of letters/numbers/etc. to generate. chrtype - what to generate. For chrtype:
Example: #genrandstring{12,ab} = BnioyxeyzcxW You don't have to include all of the chrtype's and they don't have to be in order. Post a New CommentYou must be logged in to post comments. |