Method RandomSystem()->random_string() Method random_string string(8bit) random_string(int(0..) len) Description Return a string of random data from the system randomness pool. On POSIX platforms this reads random data from /dev/urandom on other platforms it may use other methods. Throws May throw errors on unexpected state.