From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20305 invoked by alias); 12 Aug 2007 19:50:38 -0000 Received: (qmail 18741 invoked by uid 48); 12 Aug 2007 19:50:27 -0000 Date: Sun, 12 Aug 2007 19:50:00 -0000 Message-ID: <20070812195027.18739.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/32812] random_seed and date_and_time In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00810.txt.bz2 ------- 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