Changeset 26579
- Timestamp:
- 11/09/21 14:00:45 (3 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Random/randomgenerator.cpp
r26578 r26579 9 9 #define M_PI 3.141592653589793238462643 10 10 11 namespace rdngen{ 11 12 12 uniform_distribution_rnd::uniform_distribution_rnd(){/*{{{*/ 13 13 … … 76 76 } 77 77 /*}}}*/ 78 }78 -
issm/trunk-jpl/src/c/shared/Random/randomgenerator.h
r26578 r26579 9 9 #define M_PI 3.141592653589793238462643 10 10 11 namespace rdngen{ 12 class uniform_distribution_rnd 11 class uniform_distribution_rnd 13 12 { 14 13 … … 55 54 }; 56 55 57 }58 56 #endif //ifndef _RANDOMGENERATOR_H_ -
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp
r26578 r26579 18 18 19 19 /*Define seed*/ 20 rdngen::normal_distribution_rnd distribution;20 normal_distribution_rnd distribution; 21 21 if(seed<0){ 22 22 std::random_device rd;
Note:
See TracChangeset
for help on using the changeset viewer.