Percolation/Mean cluster density: Difference between revisions

m
m (spacing)
Line 33:
alias Cell = ubyte;
alias Grid = Cell[][];
enum Cell notClustered = 1; // Filled cell, but not in in a cluster.
 
FP rand(FP = double, UniformRandomNumberGenerator) //