Best shuffle: Difference between revisions

Content added Content deleted
(Ficed off-by-one)
(→‎{{header|AutoHotkey}}: Marked incorrect and no output given.)
Line 56: Line 56:


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
{{incorrect|AutoHotkey|Seems to be a random rather than best shuffle}}

{{output?|AutoHotkey}}
<lang AutoHotkey>MsgBox % Shuffle("Abracadabra")
<lang AutoHotkey>MsgBox % Shuffle("Abracadabra")
MsgBox % Shuffle("Seesaw")
MsgBox % Shuffle("Seesaw")