update wrapper comment in GaussianConditional

release/4.3a0
Varun Agrawal 2025-05-15 17:15:04 -04:00
parent 6527437c67
commit 82190cb7eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include <string>
#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);
using namespace std;