Changeset 377 for trunk/lib/random/random.h
- Timestamp:
- Aug 8, 2005, 1:33:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/random/random.h
r375 r377 276 276 /// @brief Constructor. 277 277 /// 278 /// @todo The default behaviour of the underlying RNG should be 279 /// setup when this constructor is used. 280 /// 281 inline DiscreteUniform(void) 282 : min_(0), range_(0) {} 283 284 /// 285 /// @brief Constructor. 286 /// 278 287 /// @param \a range is number of different integers that can be 279 288 /// generated \f$ (b-a+1) \f$ \a min is the minimal integer that
Note: See TracChangeset
for help on using the changeset viewer.