Title
ranlux48 returns wrong value
Status
nad
Section
[rand.predef]
Submitter
P.J. Plauger

Created on 2008-02-09.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [rand.predef]/p6:

typedef discard_block_engine<ranlux48_base, 389, 11> 
        ranlux48

Required behavior: The 10000th consecutive invocation of a default-constructed object of type ranlux48 shall produce the value 249142670248501 88229545517833.

Date: 2010-10-21.18:28:33

[ Bellevue: ]

Submitter withdraws defect.

Date: 2008-02-09.00:00:00

The 10,000th value returned by ranlux48 is supposed to be 249142670248501. We get 88229545517833. (Note that this depends on ranlux48_base.)

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3808
2010-10-21 18:28:33adminsetmessages: + msg3807
2008-02-09 00:00:00admincreate