Re: [GRASS-dev] r.mapcalc random result different on MS Windows with same seed

2015-02-20 Thread Glynn Clements
Vaclav Petras wrote: > it seems that r.mapcalc gives different (pseudo-)random result on MS > Windows then it is giving on Linux. In NC sample dataset: > > g.region n=20 s=10 e=25 w=15 res=1 > r.mapcalc "rand_cell = rand(1, 200)" seed=500 > r.info rand_cell -r > > gives the following on Linux:

[GRASS-dev] r.mapcalc random result different on MS Windows with same seed

2015-02-19 Thread Vaclav Petras
Hello, it seems that r.mapcalc gives different (pseudo-)random result on MS Windows then it is giving on Linux. In NC sample dataset: g.region n=20 s=10 e=25 w=15 res=1 r.mapcalc "rand_cell = rand(1, 200)" seed=500 r.info rand_cell -r gives the following on Linux: min=1 max=195 while on MS Win