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
VTR currently uses a random number generator implemented in vtr_random.cpp file. There is another RNG implementation in specrand.cpp that is conditionally compiled. In #2793, Vaughn suggested replacing VTR's random number generator with SPEC RNG. To do this, we need to evaluate the performance and quality trade-offs between these two implementations.
The text was updated successfully, but these errors were encountered:
VTR currently uses a random number generator implemented in
vtr_random.cpp
file. There is another RNG implementation inspecrand.cpp
that is conditionally compiled. In #2793, Vaughn suggested replacing VTR's random number generator with SPEC RNG. To do this, we need to evaluate the performance and quality trade-offs between these two implementations.The text was updated successfully, but these errors were encountered: