#include <limits>#include <random>#include "backbone/type_traits.h"#include "backbone/array.h"#include "backbone/control.h"#include "util/multirange_for.h"Go to the source code of this file.
Classes | |
| struct | rng< T > |
| Integral specialization. More... | |
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Variables | |
| static constexpr seed_t | default_seed = std::mt19937_64::default_seed |
| Default seed. | |