Implemented variate_generator entry points for MRG32k3a. Does not fully work yet. |
|
More...
|
almost 14 years ago
|
Refactoring continuation: added namespace shortcuts, removed SubStream.h, SeedStatusMRG32k3a is functionnal. |
|
More...
|
almost 14 years ago
|
Moved constant arrays in belonging class. |
|
More...
|
almost 14 years ago
|
Renamed test files |
|
More...
|
almost 14 years ago
|
Untracked useless files (again :) |
|
More...
|
almost 14 years ago
|
Untracked useless files |
|
More...
|
almost 14 years ago
|
Remove deprecated file |
|
More...
|
almost 14 years ago
|
Created SeedStatus file for MRG32k3a |
|
More...
|
almost 14 years ago
|
Refactored code to move classes in their belonging namespace. |
|
More...
|
almost 14 years ago
|
Changed math functions from utils.h to static methods of a shoverand::utils::Math structure. |
|
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. |
|
More...
|
almost 14 years ago
|
Removed useless code parts |
|
More...
|
almost 14 years ago
|
Added Parameterized status destructor. |
|
More...
|
almost 14 years ago
|
Created uniform_int_float distribution (not working yet) |
|
More...
|
almost 14 years ago
|
Fully working variate_generator with uniform_01 distribution implemented |
|
More...
|
almost 14 years ago
|
Moved some test files |
|
More...
|
about 14 years ago
|
Untracked useless files |
|
More...
|
about 14 years ago
|
Solved multiple blocks problem with MRG32k3a. The latter is now functionnal. |
|
More...
|
about 14 years ago
|
Solved indices calculation bugs in MRG32k3a. There is still a problem when using multiple blocks. |
|
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. |
|
More...
|
about 14 years ago
|