| Re: random ints on symmetric interval |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: e p chandlere p chandler Date: Sep 17, 2008 06:38
On Sep 17, 2:52Â am, Ron Ford wrote:
> Why do I believe that
> b = min(max(1,ceiling(harvest*sides)),sides)
> is better than
> Â b = -i_max + int( harvest * i_tot )
That's a matter of "taste". :-). For each of us our choice illustrates
our own thought process.
- e
|