Changeset 378 for trunk/lib/random/random.h
- Timestamp:
- Aug 8, 2005, 11:00:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/random/random.h
r377 r378 300 300 /// 301 301 /// @return A random number between 0 and \a range. 302 /// 303 /// @note This operator ignores any set minimum range parameter. 302 304 /// 303 305 inline long operator()(const u_long range) const … … 306 308 /// 307 309 /// @return A random number between \a min and \a range - \a min 308 /// @note this operator ignores parameters given in Constructor309 310 /// 310 311 inline long operator()(const u_long range, const long min) const
Note: See TracChangeset
for help on using the changeset viewer.