Changeset 26512
- Timestamp:
- 10/27/21 13:37:42 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
-
src/c/solutionsequences/solutionsequence_sampling.cpp (modified) (1 diff)
-
test/Archives/Archive134.arch (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp
r26207 r26512 27 27 seed = seed + 783728*my_rank; // change default seed for parallel simulations (by considering an arbitrary shif based on the rank number) 28 28 } 29 std::default_random_engine generator(seed); 29 //std::default_random_engine generator(seed); 30 std::mt19937 generator(seed); 30 31 31 32 int *local_indices = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)