This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32812] random_seed and date_and_time
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2007 11:19:07 -0000
- Subject: [Bug libfortran/32812] random_seed and date_and_time
- References: <bug-32812-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from tkoenig at gcc dot gnu dot org 2007-08-12 11:19 -------
> So, since it's just shuffling bytes (and it's a bijective operation, of
> course), I don't think I'm messing with any of the properties of the generator.
I concur. It might even be better to do bit-wise shuffling to get
the most out of the millisecond-field in date_and_time. You'll have
to watch for the real(kind=16) case, though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32812