<div dir="ltr">Oops, that was wrong, this one looks correct to me now, but please review.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Jan 12, 2026 at 2:37 AM Luciano Notarfrancesco <<a href="mailto:luchiano@gmail.com">luchiano@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>This fixes a bug in TimeAndDate class>>updateLastTickAndOffset and changes Random class>>new to call TimeAndDate nanosecondsTick instead of Time milisecondClockValue, so that if you create two random generators successively they will not have the same seed. Let me know what you think, maybe there is a cleaner alternative (perhaps generating the seed from the existing DefaultInstance if it is not nil).</div><div><br></div><div>BTW, the bug is pretty obvious when you see the diff, but just in case you can test with:</div><div>((1 to: 100) collect: [:x| DateAndTime nanosecondsTick]) asSet size</div><div><br></div></div>
</blockquote></div>