Re: Memory Leak Problem
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Thu, 19 Jun 2008 05:57:49 -0800
e p chandler wrote:
(snip of many good suggestions)
5. seed=aint(harvest*2.0e0**31) Why not the simpler 2**31?
Because 2**31 will overflow on many machines.
2.**31 should not overflow, and should be done using a
fairly efficient set of squaring and multiplication
by 2.0.
(snip of more good suggestions)
-- glen
.
- Follow-Ups:
- Re: Memory Leak Problem
- From: babakh99
- Re: Memory Leak Problem
- References:
- Memory Leak Problem
- From: babakh99
- Re: Memory Leak Problem
- From: e p chandler
- Memory Leak Problem
- Prev by Date: Re: Pointer arithmetic with C_F_POINTER
- Next by Date: Re: PGI wierdness with .EQV.
- Previous by thread: Re: Memory Leak Problem
- Next by thread: Re: Memory Leak Problem
- Index(es):
Relevant Pages
|