Percolation/Site percolation: Difference between revisions

Content added Content deleted
m (Undo the undo)
m (→‎{{header|Tcl}}: use a different run)
Line 512:
Sample percolation, 15x15 p=0.6
+...............+
|..####...#.##.##...|
|.#.#####.####.........#|
|..###....#..#....##.|
|#..#..##.#..###.#..|
|.#...##..#.....##..|
|.#...#..#..#..#..#.|
|..#.....##.##.....#|
|#####.#..#....##...#|
| # ##...#..#.##...#|
|# .....##..#....## #..|
| .#.#...#.### ##......|
| #.###.# # # .##.#|
| # #.## ##### #...|
| # #### ## # # #...|
| ### # ## ## . |
+--------------.-+
 
Percentage of tries that percolate, varying p
Line 535:
p=0.30: 0.0%
p=0.40: 0.0%
p=0.50: 76.0%
p=0.60: 5654.0%
p=0.70: 9398.0%
p=0.80: 100.0%
p=0.90: 100.0%