Title
issues with random
Status
nad
Section
[rand.dist.uni]
Submitter
P.J. Plauger

Created on 2008-01-14.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

[ Bellevue: ]

NAD. Withdrawn.

Date: 2008-01-14.00:00:00
  1. [rand.dist.uni.int] uniform_int constructor has changed the default max constructor parameter from 9 (in TR1) to max(). The value is arbitrary at best and shouldn't be lightly changed because it breaks backward compatibility.
  2. [rand.dist.uni.int] uniform_int has a parameter param that you can provide on construction or operator(), set, and get. But there is not even a hint of what this might be for.
  3. [rand.dist.uni.real] uniform_real. Same issue as #2.
History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3721
2008-01-14 00:00:00admincreate