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
Do you think there is some possibility to easily implement efficient discard() ? I mean something analogous to std::mt19937::discard(). Any hints?
UPDATE: anyway it seems the original std::mt19937::discard() is not efficient at all (just generates in loop and discards the result), so this is not really the issue any more...
The text was updated successfully, but these errors were encountered:
Do you think there is some possibility to easily implement efficient discard() ? I mean something analogous to std::mt19937::discard(). Any hints?
UPDATE: anyway it seems the original std::mt19937::discard() is not efficient at all (just generates in loop and discards the result), so this is not really the issue any more...
The text was updated successfully, but these errors were encountered: