Maze generation: Difference between revisions

Content added Content deleted
Line 3,322:
{{Works with|Lua|5.1}}
<lang Lua>
math.randomseed( os.time() )
 
-- Fisher-Yates shuffle from http://santos.nfshost.com/shuffling.html
function shuffle(t)