Changeset 38986 for trunk/Ohana/src/opihi/lib.data/gaussian.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.data/gaussian.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/lib.data/gaussian.c
r3894 r38986 20 20 21 21 int i; 22 long A, B;23 22 double val, x, dx, dx1, dx2, dx3, df; 24 23 double mean, sigma; … … 27 26 if (Ngaussint == Nbin) return; 28 27 29 A = time(NULL); 30 for (B = 0; A == time(NULL); B++); 31 srand48(B); 28 long A = time(NULL); 29 srand48(A); 32 30 33 31 Ngaussint = Nbin;
Note:
See TracChangeset
for help on using the changeset viewer.
