+ 2
How to make random strings?
I will make a programm with random strings.
2 Antworten
+ 2
?
+ 1
Create array of chars, then use random to choose random chars from this array by generating random indexes, in the end concatenate chars to string.
I will make a programm with random strings.