Best shuffle: Difference between revisions

Content added Content deleted
Line 631: Line 631:


=={{header|D}}==
=={{header|D}}==
{{works with|D|2}}{{trans|AWK}}
{{works with|D|2}}
Translation of [[Best_shuffle#Icon|Icon]] via [[Best_shuffle#AWK|AWK]]
<lang d>import std.stdio, std.random, std.algorithm, std.conv, std.range, std.typecons;
<lang d>import std.stdio, std.random, std.algorithm, std.conv, std.range, std.typecons;