Changed idStore_t into idStore_type to match POSIX naming convention |
|
More...
|
about 13 years ago
|
Fixed bug when building the MT instances of the static array |
|
More...
|
about 13 years ago
|
Fixed instantiation of lock_guard |
|
More...
|
about 13 years ago
|
Specified instantiation of boost::lock_guard on boost::mutex |
|
More...
|
about 13 years ago
|
Moved source files to the upper directory |
|
More...
|
about 13 years ago
|
Enable ParallelMersenneTwister to be used without having current directory in include search path |
|
More...
|
about 13 years ago
|
Removed every file but src/ from master branch |
|
More...
|
about 13 years ago
|
Merge branch 'master' of https://forge.clermont-universite.fr/git/parallel-mt |
|
More...
|
about 13 years ago
|
Changed naming convention to remove __ in static members' name |
|
More...
|
about 13 years ago
|
Changed naming convention to remove __ in static members' name |
|
More...
|
about 13 years ago
|
Change lock/unlock to boost::lock_guard |
|
More...
|
about 13 years ago
|
Update .gitignore |
|
More...
|
about 13 years ago
|
Take into account dcmt_to_file.c transfer to tools/ |
|
More...
|
about 13 years ago
|
Added 512 independent parameterized statuses |
|
More...
|
about 13 years ago
|
Merge branch 'master' of github.com:jHackTheRipper/ParallelMersenneTwister |
|
More...
|
about 13 years ago
|
Added original Dynamic Creator algorithm from Makoto Matsumoto and Takuji Nishimura since no repo is available for this tool. |
|
More...
|
about 13 years ago
|
Initial commit |
|
More...
|
about 13 years ago
|
Refactor to handle thread id problems here |
|
More...
|
about 13 years ago
|
Make it Boost compliant to enable the use of distributions |
|
More...
|
about 13 years ago
|
Change typedef to result_type to meet boost's coding style |
|
More...
|
about 13 years ago
|
Added ParallelMersenneTwister class to use boost-like implementations of MT within threads, no matter what are their types. |
|
More...
|
about 13 years ago
|
Moved dynamic creator related files to tools directory |
|
More...
|
about 13 years ago
|
Fixed missing chevrons in generated template code |
|
More...
|
over 13 years ago
|
Enable static compilation |
|
More...
|
over 13 years ago
|
Removed useless statements and spaces |
|
More...
|
over 13 years ago
|
Enable id to be passed as parameter |
|
More...
|
over 13 years ago
|
Generated a la boost output |
|
More...
|
over 13 years ago
|
Actually use the passed in parameters... |
|
More...
|
over 13 years ago
|
Added missing extra space |
|
More...
|
over 13 years ago
|
Enabled mersenne exponent and file name parameters to be passed on the command line. |
|
More...
|
over 13 years ago
|