1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 19 hours ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented variate_generator entry points for MRG32k3a. Does not fully work yet.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Refactoring continuation: added namespace shortcuts, removed SubStream.h, SeedStatusMRG32k3a is functionnal.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Moved constant arrays in belonging class.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Renamed test files
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Untracked useless files (again :)
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Untracked useless files
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Remove deprecated file
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Created SeedStatus file for MRG32k3a
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Refactored code to move classes in their belonging namespace.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Changed math functions from utils.h to static methods of a shoverand::utils::Math structure.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
New API available. Now, RNGs can be plugged from a single entry point in the code. RNG use is totally independent from the underlying algorithm.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Removed useless code parts
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Added Parameterized status destructor.
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Created uniform_int_float distribution (not working yet)
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Fully working variate_generator with uniform_01 distribution implemented
jopasserat
as j...@CKtheRipper
More... almost 14 years ago
Moved some test files
jopasserat
as j...@CKtheRipper
More... about 14 years ago
Untracked useless files
jopasserat
as J...@CKtheRipper
More... about 14 years ago
Solved multiple blocks problem with MRG32k3a. The latter is now functionnal.
jopasserat
as J...@CKtheRipper
More... about 14 years ago
Solved indices calculation bugs in MRG32k3a. There is still a problem when using multiple blocks.
jopasserat
as J...@CKtheRipper
More... about 14 years ago
Initiating repository. Base ShoveRand classes are present. Two PRNGs implementations are still in development: MTGP and MRG32k3a. One can also find an attempt to port Boost.Random's random distributions classes.
jopasserat
as J...@CKtheRipper
More... about 14 years ago