Changeset 411 for trunk/lib/random/random.h
- Timestamp:
- Nov 30, 2005, 5:20:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/random/random.h
r389 r411 286 286 /// [0,n-1]. 287 287 /// 288 /// @todo exception should be thrown, when n is out of range289 ///290 288 DiscreteUniform(const u_long n); 291 289 … … 302 300 /// inclusive. All integers in the range [0,n-1] are equally 303 301 /// likely. 304 ///305 /// @todo exception should be thrown, when n is out of range306 302 /// 307 303 inline u_long operator()(const u_long n) const
Note: See TracChangeset
for help on using the changeset viewer.