(random-data length)
length : A positive integer not smaller than 1
This procedure returns random data as a string or byte-vector with the specified length.
The random data as a string.
> (random-data 1)
"%"
> (random-data 10)
"3_\145\199\234[/\228\144\004"
>