Changeset 26621 for issm/trunk-jpl/src/c/shared/Random/random.h
- Timestamp:
- 11/13/21 07:25:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Random/random.h
r26483 r26621 6 6 #define _RANDOM_H_ 7 7 8 void univariateNormal(IssmDouble* prand, IssmDouble mean, IssmDouble sdev, int seed fixed=-1);9 void multivariateNormal(IssmDouble** prand, int dim, IssmDouble mean, IssmDouble* covariancematrix, int seed fixed=-1);10 void multivariateNormal(IssmDouble** prand, int dim, IssmDouble* mean, IssmDouble* covariancematrix, int seed fixed=-1);8 void univariateNormal(IssmDouble* prand, IssmDouble mean, IssmDouble sdev, int seed=-1); 9 void multivariateNormal(IssmDouble** prand, int dim, IssmDouble mean, IssmDouble* covariancematrix, int seed=-1); 10 void multivariateNormal(IssmDouble** prand, int dim, IssmDouble* mean, IssmDouble* covariancematrix, int seed=-1); 11 11 12 12 #endif //ifndef _RANDOM_H_
Note:
See TracChangeset
for help on using the changeset viewer.