Open vasslitvinov opened 2 years ago
Can we implement the core functionality of PCGRandomStream in a way that is independent of eltType?
eltType
This way we can reduce the amount of code duplication that results from instantiating PCGRandomStream for each eltType.
eltType-specific functionality would come from an adaptor/wrapper.
Related: #19604 #19602
See also https://github.com/chapel-lang/chapel/issues/19604#issuecomment-1091688668
Random is no longer intended for 2.0, removing the tag
Can we implement the core functionality of PCGRandomStream in a way that is independent of
eltType
?This way we can reduce the amount of code duplication that results from instantiating PCGRandomStream for each eltType.
eltType-specific functionality would come from an adaptor/wrapper.
Related: #19604 #19602