<?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: Specify the value of RandomSeed in the CGA in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1642243#M11573</link>
    <description>&lt;P&gt;I created fixed random values for each shape within the region. I hope to use these values to overwrite RandomSeed to maintain their consistency.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="企业微信截图_17552271485496.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138620i357E931DD5ACD05C/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_17552271485496.png" alt="企业微信截图_17552271485496.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2025 03:08:45 GMT</pubDate>
    <dc:creator>biaozeng</dc:creator>
    <dc:date>2025-08-15T03:08:45Z</dc:date>
    <item>
      <title>Specify the value of RandomSeed in the CGA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1642241#M11572</link>
      <description>&lt;P&gt;I hope to specify the value of RandomSeed in the cga. I have tried to assign values to seedian and rand, but found that neither of them can cover the global random value.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="企业微信截图_20250815105631.png" style="width: 276px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138619i8798779D336F50F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_20250815105631.png" alt="企业微信截图_20250815105631.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="企业微信截图_20250815105538.png" style="width: 530px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138618i80DF0FE216BE309A/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_20250815105538.png" alt="企业微信截图_20250815105538.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 03:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1642241#M11572</guid>
      <dc:creator>biaozeng</dc:creator>
      <dc:date>2025-08-15T03:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Specify the value of RandomSeed in the CGA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1642243#M11573</link>
      <description>&lt;P&gt;I created fixed random values for each shape within the region. I hope to use these values to overwrite RandomSeed to maintain their consistency.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="企业微信截图_17552271485496.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138620i357E931DD5ACD05C/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_17552271485496.png" alt="企业微信截图_17552271485496.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 03:08:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1642243#M11573</guid>
      <dc:creator>biaozeng</dc:creator>
      <dc:date>2025-08-15T03:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specify the value of RandomSeed in the CGA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647564#M11574</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/168537"&gt;@biaozeng&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can set and read the Random Seed in CGA using the &lt;A href="https://doc.arcgis.com/en/cityengine/latest/cga/cga-seedian-attribute.htm" target="_self"&gt;seedian shape attribute&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;print(seedian)
set(seedian, 2137)
print(seedian)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Please note: The seedian is equal to the Random Seed up to certain value, negative and very high positives Random Seed values are mapped to the allowed range in CGA&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Jonas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 09:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647564#M11574</guid>
      <dc:creator>JonasObertuefer</dc:creator>
      <dc:date>2025-09-03T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Specify the value of RandomSeed in the CGA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647824#M11575</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="企业微信截图_20250904105630.png" style="width: 505px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139851i7335B4724A13B6DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="企业微信截图_20250904105630.png" alt="企业微信截图_20250904105630.png" /&gt;&lt;/span&gt;It cannot change this value.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 03:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647824#M11575</guid>
      <dc:creator>biaozeng</dc:creator>
      <dc:date>2025-09-04T03:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Specify the value of RandomSeed in the CGA</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647876#M11576</link>
      <description>&lt;P&gt;You can't change any inspector values including the Random Seed from CGA. If you you wish to set it to a certain value you can do it in the Inspector by editing the value in the input field directly or you use python with &lt;A href="https://doc.arcgis.com/en/cityengine/latest/python/ce.htm#ESRI_SECTION1_D9ED2CBABEB84430972F2053219C6698" target="_blank" rel="noopener"&gt;ce.setSeed()&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/specify-the-value-of-randomseed-in-the-cga/m-p/1647876#M11576</guid>
      <dc:creator>JonasObertuefer</dc:creator>
      <dc:date>2025-09-04T12:09:01Z</dc:date>
    </item>
  </channel>
</rss>

