On Monday, 14 July 2014 at 22:27:57 UTC, Brad Anderson wrote:

Alternative:

randomSample(lowercase, 10, lowercase.length).writeln;

std.ascii should really be using std.encoding.AsciiString. Then
that length wouldn't be necessary.

Reply via email to