Re: random number seeds

2000-02-07 Thread Michael Hobbs
I believe that there is a nanosecond value in one of the data types specified in the Time module. (One of the Haskell 98 libraries) I don't know if Hugs supports that module, though. I know GHC does. Nick Eby wrote: > > Is there a straightforward way to access the current system time in > haskel

random number seeds

2000-02-07 Thread Nick Eby
Is there a straightforward way to access the current system time in haskell, in order to give a seed to a random number generator without explicitly asking the user for one? --- nick eby [EMAIL PROTECTED]