# | Line 67 | Line 67 | |
---|---|---|
67 | #include <time.h> | |
68 | #include <math.h> | |
69 | #include <vector> | |
70 | < | namespace oopse { |
70 | > | namespace OpenMD { |
71 | ||
72 | class MTRand { | |
73 | // Data | |
# | Line 198 | Line 198 | namespace oopse { | |
198 | * number in the stride sequence. | |
199 | */ | |
200 | inline MTRand::uint32 MTRand::randInt() { | |
201 | < | |
201 | > | |
202 | std::vector<uint32> ranNums(nstrides_); | |
203 | ||
204 | for (int i = 0; i < nstrides_; ++i) { |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |