remove PRNG declaration since it is now imported from DiscreteConditional
parent
347f4b2136
commit
5848b58f1d
|
@ -25,9 +25,6 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
// In Wrappers we have no access to this so have a default ready
|
||||
static std::mt19937_64 kRandomNumberGenerator(42);
|
||||
|
||||
namespace gtsam {
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
Loading…
Reference in New Issue