Vcsn  2.4
Be Rational
vcsn::detail::random_weight< z, RandomGenerator > Class Template Reference

Random generation. More...

#include <z.hh>

Inheritance diagram for vcsn::detail::random_weight< z, RandomGenerator >:
Collaboration diagram for vcsn::detail::random_weight< z, RandomGenerator >:

Public Types

using super_t = random_weight_base< z, RandomGenerator >
 
using value_t = typename super_t::weight_t
 
- Public Types inherited from vcsn::detail::random_weight_base< z, RandomGenerator >
using weight_weight_t = std::vector< float >
 
using weight_map_t = std::map< typename z::value_t, float, vcsn::less< z >>
 
using randomGenerator_t = RandomGenerator
 
using weight_t = typename z::value_t
 

Private Member Functions

value_t pick_value_ () const override
 

Additional Inherited Members

- Public Member Functions inherited from vcsn::detail::random_weight_base< z, RandomGenerator >
 random_weight_base (RandomGenerator &gen, const z &ws)
 
void parse_param (const std::string &param)
 
weight_t generate_random_weight () const
 
- Protected Member Functions inherited from vcsn::detail::random_weight_base< z, RandomGenerator >
virtual void parse_param_ (const std::string &weights)
 
weight_t print_random_weight_ () const
 A random weight. More...
 
- Protected Attributes inherited from vcsn::detail::random_weight_base< z, RandomGenerator >
z ws_
 
weight_t min_
 The min and the max given by the user. More...
 
weight_t max_
 
RandomGenerator & gen_
 
weight_map_t weight_
 Elements given by the user and their associated probabilities (weight_weight_). More...
 
weight_weight_t weight_weight_
 
discrete_chooser< RandomGenerator > chooser_it_
 

Detailed Description

template<typename RandomGenerator>
class vcsn::detail::random_weight< z, RandomGenerator >

Random generation.

Definition at line 225 of file z.hh.

Member Typedef Documentation

template<typename RandomGenerator >
using vcsn::detail::random_weight< z, RandomGenerator >::super_t = random_weight_base<z, RandomGenerator>

Definition at line 229 of file z.hh.

template<typename RandomGenerator >
using vcsn::detail::random_weight< z, RandomGenerator >::value_t = typename super_t::weight_t

Definition at line 230 of file z.hh.

Member Function Documentation

template<typename RandomGenerator >
value_t vcsn::detail::random_weight< z, RandomGenerator >::pick_value_ ( ) const
inlineoverrideprivatevirtual

Implements vcsn::detail::random_weight_base< z, RandomGenerator >.

Definition at line 235 of file z.hh.


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