Classes | Namespaces | Typedefs
rng.h File Reference
#include <cassert>
#include <random>
#include <iostream>
#include "fcl/math/constants.h"
#include "fcl/math/detail/seed.h"
#include "fcl/math/rng-inl.h"
Include dependency graph for rng.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcl::RNG< S >
 Random number generation. An instance of this class cannot be used by multiple threads at once (member functions are not const). However, the constructor is thread safe and different instances can be used safely in any number of threads. It is also guaranteed that all created instances will have a different random seed. More...
 

Namespaces

 fcl
 Main namespace.
 

Typedefs

using fcl::RNGd = RNG< double >
 
using fcl::RNGf = RNG< float >
 


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:49