Method code for $string.random()

[Turn on line numbering]
arg str;

return str[random(strlen(str))];

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon