![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <cpg_chrono_random.hpp>
Public Member Functions | |
template<typename Type , size_t ArraySize> | |
random_words (size_t minimum, size_t maximum, size_t max_words, const Type(&alphabet)[ArraySize]) | |
std::basic_string< char > | operator() () |
Public Attributes | |
const CharType * | m_alphabet |
random_uniform_integer_t< size_t > | m_character_selector |
random_uniform_integer_t< size_t > | m_length_selector |
random_uniform_integer_t< size_t > | m_wordcount_selector |
Definition at line 697 of file cpg_chrono_random.hpp.
|
inline |
Definition at line 708 of file cpg_chrono_random.hpp.
|
inline |
const CharType* cpg::chrono_random::random_words< CharType, Size >::m_alphabet |
Definition at line 701 of file cpg_chrono_random.hpp.
random_uniform_integer_t<size_t> cpg::chrono_random::random_words< CharType, Size >::m_character_selector |
Definition at line 702 of file cpg_chrono_random.hpp.
random_uniform_integer_t<size_t> cpg::chrono_random::random_words< CharType, Size >::m_length_selector |
Definition at line 703 of file cpg_chrono_random.hpp.
random_uniform_integer_t<size_t> cpg::chrono_random::random_words< CharType, Size >::m_wordcount_selector |
Definition at line 704 of file cpg_chrono_random.hpp.