Posted 08 July 2016 - 03:28 PM
Here I am. Presenting my 1st actually useful program to the CC Community:
RandString!
An API for random string generation
(i know the title isn't very creative)
Features:
1) Fully customizeable! Uses ASCII so if you have an ASCII lookup table handy you can find the variables and change them to generate random characters!
2) ASCII powered! This program uses string.char() so that you can modify the generated string however you want!
So what are you waiting for?
pastebin get 2F0XGYCQ randstring to download this program!
Huuuuuge thanks to MudkipTheEpic for providing the generation routine!
RandString!
An API for random string generation
(i know the title isn't very creative)
Features:
1) Fully customizeable! Uses ASCII so if you have an ASCII lookup table handy you can find the variables and change them to generate random characters!
2) ASCII powered! This program uses string.char() so that you can modify the generated string however you want!
So what are you waiting for?
pastebin get 2F0XGYCQ randstring to download this program!
Huuuuuge thanks to MudkipTheEpic for providing the generation routine!
Spoiler
example:
os.loadAPI("randstring")
print(randstring.makeString(<length>))
Edited on 09 July 2016 - 10:51 AM