Hey, Lars,<div><br>Let me address your points in reverse order;</div><div><br></div><div><p>> So the only way is to delete the seed and restart the sketch?</p></div><div>Short answer; "no". Long answer; a PRNG (pseudo random number generator) typically consists of a number and a function. The function is set loose on the number and the outcome becomes the new number and is returned as the random value. Sometimes only part of the number, like the least significant bits are returned.</div>
<div><br></div><div>It follows that these functions must make sure this series of numbers takes a long time before they repeat, that the "seed" simply determines at what part of the cycle we start and that talking about "deleting the seed" doesn't actually make a lot of sense.</div>
<div><br></div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div><br><p> That's very sad! A seed is perfect to get a 
repeating pattern, but sometimes it's nice to turn off the seed to get 
non repeatable values.  </p><p><br></p></div></div></blockquote><div>I'm not sure whether this is "sad"... it's simply a fact of life in computer science. The numbers are never really random and *if you knew the seed* they are easy to repeat. They just look random and for a decent PRNG it should be very hard to figure out what the seed was. This might be so hard that we'd all be gone by the time some process determines it.</div>
<div><br></div><div>So; in practice this difference between repeatable numbers and truly random ones shouldn't matter too much.</div><div><br></div><div>On the other side; it may very well be that something went wrong in the case of ChucK?</div>
<div><br></div><div>Yours,</div><div>Kas.</div><div> </div><div><br></div><div> </div></div></div>