cppx-core
Static Public Member Functions | List of all members
cppx::rnd::Seq_< Seeding > Class Template Reference

#include <random-numbers-util.hpp>

Static Public Member Functions

static auto bits_generator () -> default_random_engine &
 
static auto next () -> double
 

Detailed Description

template<class Seeding>
class cppx::rnd::Seq_< Seeding >

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

Member Function Documentation

◆ bits_generator()

template<class Seeding >
static auto cppx::rnd::Seq_< Seeding >::bits_generator ( ) -> default_random_engine&
inlinestatic

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

◆ next()

template<class Seeding >
static auto cppx::rnd::Seq_< Seeding >::next ( ) -> double
inlinestatic

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


The documentation for this class was generated from the following file: