Changeset 3893 for trunk/yat/random/random.h
- Timestamp:
- Mar 27, 2020, 10:43:48 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.17-stable merged: 3876-3877,3892
- Property svn:mergeinfo changed
-
trunk/yat/random/random.h
r3591 r3893 6 6 /* 7 7 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Peter Johansson8 Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020 Peter Johansson 9 9 10 10 This file is part of the yat library, http://dev.thep.lu.se/yat … … 407 407 Variance: \f$ \frac{1}{12}(n-1)(n+1) \f$ 408 408 */ 409 class DiscreteUniform 410 : public Discrete, 411 public std::unary_function<unsigned long, unsigned long> 412 { 413 public: 409 class DiscreteUniform : public Discrete 410 { 411 public: 412 /// argument type is unsigned long int 413 typedef unsigned long argument_type; 414 414 415 /** 415 416 \brief Constructor.
Note: See TracChangeset
for help on using the changeset viewer.