#include <limits>#include <cfloat>#include "drjit/random.h"#include "backbone/type_traits.h"Go to the source code of this file.
Classes | |
| struct | rng< T > |
| Random generator wrapper around Drjit's PCG32. More... | |
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Typedefs | |
| using | seed_t = uint64_t |
| seed type | |
Variables | |
| static constexpr seed_t | default_seed = PCG32_DEFAULT_STATE |