ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/math/RandNumGen.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/math/RandNumGen.hpp (file contents):
Revision 2610 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2611 by tim, Mon Mar 13 22:42:40 2006 UTC

# Line 108 | Line 108 | namespace oopse {
108      }
109          
110      /** Access to nonuniform random number distributions */
111 <    double randNorm( const double& mean, const double& variance) {
111 >    double randNorm( const double mean, const double variance) {
112        return mtRand_->randNorm(mean, variance);
113      }
114          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines