ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/MersenneTwister.hpp
(Generate patch)

Comparing:
trunk/src/math/MersenneTwister.hpp (file contents), Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
branches/development/src/math/MersenneTwister.hpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# 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) {

Comparing:
trunk/src/math/MersenneTwister.hpp (property svn:keywords), Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
branches/development/src/math/MersenneTwister.hpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines