<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating different normal rasters within each entry of a polygon shapefile in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179061#M10101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I discovered that you could spend a lifetime studying random number generators and there are rabidly held beliefs as to which is the best BUTapparently MERSENNE_TWISTER, which is a pseudo-random number generator gets a relucant nod in many quarters (as long as you aren't doing cryptography).&amp;nbsp; In any event, Python nods to this one in its stand "random" module, so it is good enough for me.&amp;nbsp;&amp;nbsp; I will defer to others to comment on the merits or lack thereof of the various generators.&amp;nbsp; But as Bill has suggested several times in the above threads....testing is important if the results are to have any value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 09:54:09 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2010-06-08T09:54:09Z</dc:date>
    <item>
      <title>Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179051#M10091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Howdy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon shapefile (of model paddocks...I'm making several models of arid rangelands to test some methodologies), made up of 400 square paddocks in a 20 by 20 grid arrangement. The idea with this model is that each paddock in the polygon shp has a different value, ranging from 1 to 400.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to create a raster that covers the entire shp. Within the extent of each paddock, the cells or pixels of the raster need to have a normal distribution with a mean equal to the value of the paddock (standard deviation should be about 10% of mean).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a bit of trouble finding how to create this...I'm resorting to python scripting of loops to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can create a normal raster of each paddock within the shp, using the "create constant raster" tool, after I've selected that paddock in the loop. From what I can tell, this makes a normal raster with a mean of 0 (zero), and a standard deviation of, from what I can tell visually, 1. There aren't any options (unfortunately) with this tool to set your own mean and s.d. (Seriously...why not!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have any ideas for working around this issue? I'm thinking of somehow normalizing (hehe) these "normal" rasters to values of a range of 0 to 1 (with subsequent mean of 0.5), and then doing a multiplication by twice the paddock value. I need to get the minimum and maximum values of the normal raster first though (then do a calculation somehow of (x-min)/(max-min) to do the 0 to 1 normalization. Then do the 2*paddock value multiplication. I'm not sure how to script either of these. At the end of the loop I'll merge the rasters that I've created for each paddock into one raster of the entire shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated...this is my first foray into creating a python script...and I'm a fair bit out of my depth.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 01:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179051#M10091</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-01T01:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179052#M10092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bill, that makes a lot of sense and cuts to the chase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was making a mountain out of a molehill!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 01:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179052#M10092</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-02T01:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179053#M10093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is also worth noting that past versions of Spatial Analyst have used bad random number generation algorithms (which are undocumented). If you intend to use this work for published research, you should first run tests of the quality of these random values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill, is this still an issue with the Spatial Analyst extension of ArcGIS 9.3 (with all the service packs installed)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 03:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179053#M10093</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-02T03:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179054#M10094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...I invite you and any other readers to conduct these tests with your versions of ArcGIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill, I've just created a random raster of 1024x1024 cells, the converted to integer * 64 as you suggested using raster calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exported the values and counts to excel and had a look. Looks pretty spot on for randomness, without even running a chi-square test (all pretty close to 16384 counts, departing at most about 12 to 15 counts + or -). I did Excel's chitest, and it came up with a value of 1. I'm not sure how to interpret that. I think I screwed it up (my stats skills are close to non-existant).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the data certainly &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;looks&lt;/SPAN&gt;&lt;SPAN&gt; ok&amp;nbsp; by eye. I used the "create random raster" tool, in the spatial analyst toolbox of ArcGIS 9.3 sp1 (an Info workstation license I think8).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing if that test works, then the normal distribution is more likely to be actually normal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 02:55:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179054#M10094</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-03T02:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179055#M10095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh Bugger. I see what you mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that value of 1 is the chi-squared value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions on how to make decent random and normal grids then? I'll have a look myself at what Erdas Imagine in and ENVI have, and just use the same extents and then import to ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a reason why ESRI hasn't corrected this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 23:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179055#M10095</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-03T23:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179056#M10096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bill&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just created a random (uniform) raster using ENVI 4.7, in its "Generate Test Data" tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are also options for creating random (normal) rasters, constant rasters, guassian rasters...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is looking more promising. I've attached a spreadsheet of the counts of this raster for you, as well as counts of the ArcGIS SA generated random grid. Both are 1024x1024 cells. The ENVI grid I chose the integer option, and chose a range of 0 to 63 which made the process a lot easier that having to recalculate the raster as I did in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing that irks me about the ENVI random(uniform) raster, is that the values 0 and 63 have counts ~1/2 of 16384. To do this, it would have to, on average, over allocate to 1,2,....,62. I'm not sure what's going on here...hoping that ENVI doesn't have a bug in its random generation too. I checked the total count and it is 1024^2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 00:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179056#M10096</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-04T00:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179057#M10097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;we would expect the chi-square statistic to be near 63 [the correct value is about 62.3]. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I presume that this would be on average? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Python's random module, a test of 100 runs it appears to be, but not for any individual case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Average chi_sq 62.3514575195 N runs: 100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Minimum chi_sq 39.1962890625&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maximum chi_sq 94.0982666016&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using the attached code.&amp;nbsp; I can confirm your observations about the SA generated grids in 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any event, if Python's random module is suitable, then you can use the following to create ascii files which can be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;converted (Conversion tools, To Raster, ASCII to Raster) to grids.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
'''
write_ascii.py

specify the filename, classes etc below

'''
import random

output_file = "c:/temp/demo_ascii.asc"
classes = 64
ncols = 10
nrows = 10
xllcorner =&amp;nbsp;&amp;nbsp;&amp;nbsp; 0
yllcorner =&amp;nbsp;&amp;nbsp;&amp;nbsp; 0
cellsize&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp; 1
NODATA_value =&amp;nbsp; -9999

header = ["ncols&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " + str(ncols) + "\n",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "nrows&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " + str(nrows) + "\n",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xllcorner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " + str(xllcorner) + "\n",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "yllcorner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " + str(yllcorner) + "\n",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "cellsize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " + str(cellsize) + "\n",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NODATA_value&amp;nbsp;&amp;nbsp; " + str(NODATA_value)]

out_file = open(output_file,'w')
for i in header:
&amp;nbsp; out_file.write(i)
&amp;nbsp; 
for i in range(nrows):
&amp;nbsp; a_line = "\n"
&amp;nbsp; for j in range(ncols):
&amp;nbsp;&amp;nbsp;&amp;nbsp; a_val = int(random.random() * classes)
&amp;nbsp;&amp;nbsp;&amp;nbsp; a_line += str(a_val) + " "
&amp;nbsp; out_file.write(a_line)
out_file.close()
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I forgot to mention, that you can also use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; randint( a, b) random integer between a and b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; uniform( a, b) random float between a and b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; betavariate( alpha, beta) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; gammavariate( alpha, beta)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; gauss( mu, sigma) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; lognormvariate( mu, sigma) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; amongst others, in place of random.random, check the Python random module documentation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179057#M10097</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179058#M10098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears that you can specify the type of random number generator to use since version 9.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Random_number_generator"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Random_number_generator&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It is well hidden but still there, as shown in the image.&amp;nbsp; They have also added a section on distributions&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=distributions_for_assigning_random_values"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=distributions_for_assigning_random_values&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 11:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179058#M10098</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-06-06T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179059#M10099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LOL!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent summary!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At least a framework for further testing is available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Bill points out, none of the environment settings are available through the SA toolbar but are through Arctoolbox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the equivalent links for 10 are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001w0000000w000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001w0000000w000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0017000000t5000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//0017000000t5000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 16:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179059#M10099</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-06-06T16:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179060#M10100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good work Dan, I also just noticed this option in the environments setting of some tools in Arc Toolbox (I was actually looking at a different tool). So which should I be choosing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STANDARD_C, ACM599, or MERSENNE_TWISTER ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From a brief wiki search (I hang my head in shame), the Mersenne Twister option looks like its designed to work well...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed the option in the cost distance tool of SA. I've never noticed it before...but am now wondering how many tools use a random number generator in their implementation, and what is the implication of choosing the incorrect RNG type?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 03:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179060#M10100</guid>
      <dc:creator>AdamKilpatrick</dc:creator>
      <dc:date>2010-06-08T03:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating different normal rasters within each entry of a polygon shapefile</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179061#M10101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I discovered that you could spend a lifetime studying random number generators and there are rabidly held beliefs as to which is the best BUTapparently MERSENNE_TWISTER, which is a pseudo-random number generator gets a relucant nod in many quarters (as long as you aren't doing cryptography).&amp;nbsp; In any event, Python nods to this one in its stand "random" module, so it is good enough for me.&amp;nbsp;&amp;nbsp; I will defer to others to comment on the merits or lack thereof of the various generators.&amp;nbsp; But as Bill has suggested several times in the above threads....testing is important if the results are to have any value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 09:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-different-normal-rasters-within-each/m-p/179061#M10101</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-06-08T09:54:09Z</dc:date>
    </item>
  </channel>
</rss>

