xerus
a general purpose tensor library
random.h File Reference

Header file for some additional math functions. More...

#include <random>
#include "standard.h"

Go to the source code of this file.

Namespaces

 xerus
 The main namespace of xerus.
 
 xerus::misc
 Collection of classes and functions that provide elementary functionality that is not special to xerus as a tensor library.
 

Variables

thread_local std::normal_distribution< double > xerus::misc::defaultNormalDistribution
 
thread_local std::mt19937_64 xerus::misc::randomEngine
 

Detailed Description

Header file for some additional math functions.

Definition in file random.h.