<div class="gmail_quote">On Fri, Jul 22, 2011 at 5:04 AM, eric <span dir="ltr"><<a href="mailto:fsshl@att.net">fsshl@att.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I am hard to find any useful resource about how to use time() as<br>
seed to generate random number in web. /* or maybe I not industry<br>
enough */ plz help<br><div class="h5"><br>
</div></blockquote></div><br>$ man 2 time<br><br>srand( static_cast<unsigned int>( time(0) ) );<br><br> --<br>
Dmitry Andreychuk<br><br>