From 82190cb7eb409127905404d1226a8c8e37818a76 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 15 May 2025 17:15:04 -0400 Subject: [PATCH] update wrapper comment in GaussianConditional --- gtsam/linear/GaussianConditional.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/GaussianConditional.cpp b/gtsam/linear/GaussianConditional.cpp index 7735e5129..a77639c00 100644 --- a/gtsam/linear/GaussianConditional.cpp +++ b/gtsam/linear/GaussianConditional.cpp @@ -34,7 +34,7 @@ #include #include -// 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;