Changeset 26588
- Timestamp:
- 11/10/21 11:04:30 (3 years ago)
- Location:
- issm/trunk-jpl/src/c/shared/Random
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Random/randomgenerator.cpp
r26587 r26588 24 24 m = 2147483648; // BSD Formula 25 25 _seed = 0; 26 lbound = lower;26 lbound = 1.0;//lower; 27 27 ubound = upper; 28 28 return; -
issm/trunk-jpl/src/c/shared/Random/randomgenerator.h
r26587 r26588 48 48 rnd_normal_distribution(); 49 49 rnd_normal_distribution(double m,double s); 50 // 50 51 ~rnd_normal_distribution(); 51 52
Note:
See TracChangeset
for help on using the changeset viewer.