You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two classes that looks quite similar: PMLinearCongruentialRandomGenerator (subclass of Object) and PMCongruentialRandomNumberGenerator (subclass of PMPseudoRandomNumberGenerator). Apparently the first one is coming from DHB book, the origin of the second is unclear. We should find a way to combine them in one class in the PMCongruentialRandomNumberGenerator class hierarchy.
Same problem with PMMitchellMooreGenerator who is a subclass of Object and not PMPseudoRandomNumberGenerator.
Same problem with PMMarsagliaKissRandomKernel who is a subclass of Object and PMMarsagliaKissRandomKernel a subclass of PMPseudoRandomNumberGenerator.
The text was updated successfully, but these errors were encountered:
SergeStinckwich
changed the title
Why two classes PMLinearCongruentialRandomGenerator and PMCongruentialRandomNumberGenerator
Why two classes PMLinearCongruentialRandomGenerator and PMCongruentialRandomNumberGenerator?
Aug 9, 2021
SergeStinckwich
changed the title
Why two classes PMLinearCongruentialRandomGenerator and PMCongruentialRandomNumberGenerator?
Why two classes PMLinearCongruentialRandomGenerator and PMCongruentialRandomNumberGenerator?
Aug 9, 2021
There are two classes that looks quite similar:
PMLinearCongruentialRandomGenerator
(subclass ofObject
) andPMCongruentialRandomNumberGenerator
(subclass ofPMPseudoRandomNumberGenerator
). Apparently the first one is coming from DHB book, the origin of the second is unclear. We should find a way to combine them in one class in thePMCongruentialRandomNumberGenerator
class hierarchy.Same problem with
PMMitchellMooreGenerator
who is a subclass ofObject
and notPMPseudoRandomNumberGenerator
.Same problem with
PMMarsagliaKissRandomKernel
who is a subclass ofObject
andPMMarsagliaKissRandomKernel
a subclass ofPMPseudoRandomNumberGenerator
.The text was updated successfully, but these errors were encountered: