This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/32812] random_seed and date_and_time



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2007-08-12 19:50 -------
(In reply to comment #7)
> It might even be better to do bit-wise shuffling to get
> the most out of the millisecond-field in date_and_time.

I thought about that at the beginning, but then it really gets messy :(  We
have to draw the line somewhere.

> You'll have
> to watch for the real(kind=16) case, though.

Yes, but since the KISS seeds are gathered together nicely, it shouldn't be too
hard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32812


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]