<div dir="ltr">On Thu, May 31, 2018 at 3:09 PM, hans w. koch <span dir="ltr"><<a href="mailto:hansw.koch@gmail.com" target="_blank">hansw.koch@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">but couldnĀ“t that pi limitation worked around by a loadbang -delay combo to read a date, once the system has established one?<br>
would need mention in the helpfile though.<br>
<br></blockquote><div>The pi might not be connected to any network, in which case it will always start at Jan 1, 2000.</div><div>/dev/random may not be usable right at startup as it needs time to accumulate entropy, .dev/urandom is guaranteed to give some sort of random. Reading a few bytes from /dev/urandom into a table then combining them into a float or long int seems like a better idea.</div><div>There's an equivalent method in the WIndows API (SystemPrng), but it would have to be coded into an external since it's not a file like in linux.</div><div><br></div><div>Martin</div><br></div></div></div>