update wrapper comment in GaussianConditional
parent
6527437c67
commit
82190cb7eb
|
@ -34,7 +34,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
// In Wrappers we have no access to this so have a default ready
|
// In wrappers we can access std::mt19937_64 via gtsam.MT19937
|
||||||
static std::mt19937_64 kRandomNumberGenerator(42);
|
static std::mt19937_64 kRandomNumberGenerator(42);
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Reference in New Issue