For C++, Boost.Random is probably what you’re looking for. It has support for MT (among many other algorithms), and can collect entropy via the nondet_random
class. Check it out! 🙂
For C++, Boost.Random is probably what you’re looking for. It has support for MT (among many other algorithms), and can collect entropy via the nondet_random
class. Check it out! 🙂