On Tue, Feb 04, 2003 at 17:36:04 +0300, Andrey A. Chernov wrote:

> with a != 0 values are monotonically increased, I try with 
> a == 123459876

With your a == 62089911 (i.e. +1) the same:

0: 62089911
1: 124179822
2: 186269733
3: 248359644
4: 310449555
5: 372539466
6: 434629377
7: 496719288
8: 558809199
9: 620899110

With a == 0 the same:

0: 0
1: 62089911
2: 124179822
3: 186269733
4: 248359644
5: 310449555
6: 372539466
7: 434629377
8: 496719288
9: 558809199

Where is improvement?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to