Anna Petrášová wrote: > > > How do I use this new flag / seed parameter for r.mapcalc in python > > > scripts? > > > > The grass.script.mapcalc() function has been updated to accept a seed= > > parameter, which should be either an integer or the string 'auto' for > > a random seed. > > Just curious, why don't you use the s flag and instead create the seed in > Python?
It was simpler. Also, the Python version probably has better entropy. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
