1
I Use This!
Inactive

Commits : Listings

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