Percolation/Bond percolation: Difference between revisions

m
→‎{{header|11l}}: named tuples
m (→‎{{header|11l}}: named tuples)
 
Line 32:
R Int(:seed >> 16) / Float(FF'FF)
 
T Grid = ([[Int]] cell, [[Int]] hwall, [[Int]] vwall)
T Grid
[[Int]] cell, hwall, vwall
F (cell, hwall, vwall)
.cell = cell
.hwall = hwall
.vwall = vwall
 
V (M, nn, t) = (10, 10, 100)
1,481

edits