Changeset 4018 in Sophya for trunk/SophyaLib/BaseTools/srandgen.h
- Timestamp:
- Sep 21, 2011, 6:21:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/srandgen.h
r3616 r4018 30 30 {return RandomGeneratorInterface::GetGlobalRandGenP()->Gaussian(sigma,mu);} 31 31 32 inline double GaussianTailRand(double sdev,double slim=1.) 33 {return RandomGeneratorInterface::GetGlobalRandGenP()->GaussianTail(sdev,slim);} 34 32 35 inline complex< r_8 > ComplexGaussianRand() 33 36 {return RandomGeneratorInterface::GetGlobalRandGenP()->ComplexGaussian();}
Note:
See TracChangeset
for help on using the changeset viewer.