Method random_string()
- Method
random_string
stringrandom_string(intlen)- Description
Get a string of random characters
0..255with the lengthlenfrom the defaultRandomSystem.- See also
RandomSystem()->random_string(), random()
string random_string(int len)
Get a string of random characters 0..255 with the length len
from the default RandomSystem.
RandomSystem()->random_string(), random()