|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
#include "lucid/util/random.h"Namespaces | |
| namespace | lucid |
| Root namespace for the lucid library. | |
| namespace | lucid::random |
| Collection of random functions. | |
Functions | |
| void | lucid::random::seed (int seed) |
| Seed the random number generator. | |
Variables | |
| std::mt19937 | lucid::random::gen {std::random_device{}()} |
| Global random number generator instance. | |