
17 Jun
2008
17 Jun
'08
8:48 a.m.
On Apr 29, 2008, at 5:37 PM, Neal Becker wrote:
I believe in uniform_real, assertion should be changed to assert (min_arg <= max_arg)
What about uniform_smallint? Does min_arg == max_arg make sense?
For uniform integers min_arg == max_arg actually makes sense in contrast to uniform real, since here the convention is to include the upper limit Matthias