Talk:Best shuffle: Difference between revisions

(→‎Common Lisp: copy/paste error?)
Line 175:
--[[User:EMBee|eMBee]] 07:21, 14 October 2011 (UTC)</del>
:new version is ready and moved to main page.--[[User:EMBee|eMBee]] 11:14, 14 October 2011 (UTC)
:: The code as posted doesn't compile. After removing two right parens, it compiles but produced wrong results: <code>abracadabra dcbaabarraa (2)</code>. --[[User:Ledrug|Ledrug]] 11:22, 14 October 2011 (UTC)
:: I looked at the code again, using <code>random</code> can't warrant correct results (note that a random shuffle can not garantee a result with minimal overlapping. Since it's random, you can't even garantee that after infinitely long run.) I'll mark it incorrect. --[[User:Ledrug|Ledrug]] 11:22, 14 October 2011 (UTC)
Anonymous user