<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I forgot to mention, I'm using the random number tile and scripting. Does that make it more difficult?<br><br>Michael<br><br>--- On <b>Mon, 4/4/11, Levente Uzonyi <i>&lt;leves@elte.hu&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Levente Uzonyi &lt;leves@elte.hu&gt;<br>Subject: Re: [Newbies] Randomness<br>To: "A friendly place to get answers to even the most basic questions about Squeak." &lt;beginners@lists.squeakfoundation.org&gt;<br>Date: Monday, April 4, 2011, 8:08 PM<br><br><div class="plainMail">On Mon, 4 Apr 2011, michael rice wrote:<br><br>&gt; I just noticed that when I load a morphic project I get the same stream of random numbers each time. Is there a simple way to install a new different random seed each time the project is loaded?<br><br>If you serialize the Random
 object, then it will have the same state when it's restored. I guess you should create a subclass of Random, which implements #comeFullyUpOnReload:. That method can reinitialize the seed of the random number generator. You may want to check UUIDGenerator &gt;&gt; #makeSeed if you don't know how to get a good seed for your rng.<br><br><br>Levente<br><br>&gt; <br>&gt; Michael<br>&gt; <br>_______________________________________________<br>Beginners mailing list<br><a ymailto="mailto:Beginners@lists.squeakfoundation.org" href="/mc/compose?to=Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></div></blockquote></td></tr></table>