This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Random Numbers


On Saturday 24 April 2004 14:04, Tobias Schlüter wrote:
> I don't know how easy it would be to port Andy's random number generator
> to our tree. It seems to work and it uses a fairly advanced algorithm:
> where our current implementation maintains a seed of 624 ints, Andy's
> maintains a seed of three longs. See his blog entry from April 23rd,
> 2003 where he explains it in detail.
>
> If noone objects I will see if I can port it to our library.

You probably want to discuss this with Lars Segerlund. He is/was working on 
the current code.

> In general: Paul, Andy has several enhancements, mostly in his scanner
> and lexer, are these changes welcome to be ported over?

Yes, please do. In some cases we may have solved the same problem in different 
ways. You're still welcome to port a better solution over, it's just 
something to check first.

Paul


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