This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch libfortran/28452] random intrinsics for large reals
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: howarth at bromo dot msbb dot uc dot edu, sgk at troutmask dot apl dot washington dot edu
- Cc: fortran at gcc dot gnu dot org, Thomas dot Koenig at online dot de
- Date: Sat, 29 Jul 2006 18:12:03 -0400 (EDT)
- Subject: Re: [Patch libfortran/28452] random intrinsics for large reals
Thomas,
Actually this still doesn't look quite right. You have only
KISS_DEFAULT_SEED_1, KISS_DEFAULT_SEED_2 and KISS_DEFAULT_SEED_3
defined in random.c but you have kiss_seed_4 later in the original
patch. Wouldn't that imply that there should be a KISS_DEFAULT_SEED_4
defined as well?
Jack