Moritz wrote: > But how to compare two randomly generated maps ? Unless the > system is not really random, the maps _should_ be different.
Good eye, but the system is not really random, only pseudo-random. Use the GRASS_RND_SEED enviro variable to get the same result each time by using the same seed. (currently only implemented for r.mapcalc?) Hamish _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
