remove PRNG declaration since it is now imported from DiscreteConditional

release/4.3a0
Varun Agrawal 2025-05-15 18:10:17 -04:00
parent 347f4b2136
commit 5848b58f1d
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@
#include <memory> #include <memory>
// In Wrappers we have no access to this so have a default ready
static std::mt19937_64 kRandomNumberGenerator(42);
namespace gtsam { namespace gtsam {
/* ************************************************************************* */ /* ************************************************************************* */