bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
normal_dist.h File Reference
#include "bitrl/bitrl_consts.h"
#include "bitrl/bitrl_types.h"
#include <cmath>
#include <numbers>
#include <random>
#include <type_traits>
#include <vector>
Include dependency graph for normal_dist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bitrl::utils::maths::stats::NormalDist< RealType >
 Wrapper to std::normal_distribution to facilitate sampling multiple values, sampling with a given seed and computing the PDF value at a specific point. More...
 

Namespaces

namespace  bitrl
 
namespace  bitrl::utils
 
namespace  bitrl::utils::maths
 
namespace  bitrl::utils::maths::stats