Sattolo cycle: Difference between revisions

m
(EasyLang)
Line 733:
 
=={{header|EasyLang}}==
<lang>func shufflesattolo_cycle . a[] .
for i = len a[] - 1 downto 1
r = random i
Line 740:
.
arr[] = [ 1 2 3 ]
call shufflesattolo_cycle arr[]
print arr[]
</lang>
 
2,033

edits