cppx-core
Classes | Typedefs | Functions
cppx::rnd Namespace Reference

Classes

struct  Random_seed
 
struct  Seed
 
class  Seq_
 

Typedefs

using Seq = Seq_< Random_seed >
 

Functions

 CPPX_USE_STD (invoke, default_random_engine, random_device, uniform_real_distribution)
 
auto hardware_entropy () -> unsigned
 

Typedef Documentation

◆ Seq

using cppx::rnd::Seq = typedef Seq_<Random_seed>

Definition at line 67 of file random-numbers-util.hpp.

Function Documentation

◆ CPPX_USE_STD()

cppx::rnd::CPPX_USE_STD ( invoke  ,
default_random_engine  ,
random_device  ,
uniform_real_distribution   
)

◆ hardware_entropy()

auto cppx::rnd::hardware_entropy ( ) -> unsigned
inline

Definition at line 21 of file random-numbers-util.hpp.