MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578356.py

File recipe-578356.py

recipes/Python/578356_Random_Maze_Generator/recipe-578356.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Random Maze Generator using Depth-first Search
2# http://en.wikipedia.org/wiki/Maze_generation_algorithm
3# FB - 20121214
4import random

Callers

nothing calls this directly

Calls 7

rangeFunction · 0.85
strFunction · 0.85
newMethod · 0.45
loadMethod · 0.45
appendMethod · 0.45
popMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected