mersenne-twister icon indicating copy to clipboard operation
mersenne-twister copied to clipboard

Is there some possibility to easily implement efficient method discard() ?

Open msterkowiec opened this issue 2 years ago • 0 comments

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...

msterkowiec avatar Mar 04 '22 12:03 msterkowiec