#include <gtsam/dllexport.h>
#include <iostream>
#include <random>
#include <sstream>
#include <string>
Go to the source code of this file.
|
static std::mt19937_64 | kRandomNumberGenerator (42) |
| Global default pseudo-random number generator object. In wrappers we can access std::mt19937_64 via gtsam.MT19937. More...
|
|
◆ kRandomNumberGenerator()
static std::mt19937_64 kRandomNumberGenerator |
( |
42 |
| ) |
|
|
static |
Global default pseudo-random number generator object. In wrappers we can access std::mt19937_64 via gtsam.MT19937.