4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
fcppt::random::generator Namespace Reference

The namespace for all generators and helper functions. More...

Classes

class  basic_pseudo
 A wrapper around pseudo random number generators. More...
 

Typedefs

using minstd_rand = fcppt::random::generator::basic_pseudo< std::minstd_rand >
 
using mt19937 = fcppt::random::generator::basic_pseudo< std::mt19937 >
 

Functions

template<typename Seed >
Seed seed_from_chrono ()
 Creates a seed from a chrono clock.
 

Detailed Description

The namespace for all generators and helper functions.

Typedef Documentation

◆ minstd_rand

◆ mt19937