From 5848b58f1de45f590c700a8c2d981c00b34c7f07 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 15 May 2025 18:10:17 -0400 Subject: [PATCH] remove PRNG declaration since it is now imported from DiscreteConditional --- gtsam/hybrid/HybridBayesNet.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtsam/hybrid/HybridBayesNet.cpp b/gtsam/hybrid/HybridBayesNet.cpp index 5bb0723d2..b8ef7741a 100644 --- a/gtsam/hybrid/HybridBayesNet.cpp +++ b/gtsam/hybrid/HybridBayesNet.cpp @@ -25,9 +25,6 @@ #include -// In Wrappers we have no access to this so have a default ready -static std::mt19937_64 kRandomNumberGenerator(42); - namespace gtsam { /* ************************************************************************* */