BaumWelch  baumwelch-0.3.8
OpenGrm-BaumWelch library
Public Types | Public Member Functions | List of all members
fst::internal::LogUniformGenerator< Weight > Class Template Reference

#include <randomize.h>

Public Types

using ValueType = typename Weight::ValueType
 

Public Member Functions

 LogUniformGenerator (uint64_t seed=std::random_device()())
 
Weight operator() () const
 

Detailed Description

template<class Weight>
class fst::internal::LogUniformGenerator< Weight >

Definition at line 31 of file randomize.h.

Member Typedef Documentation

template<class Weight>
using fst::internal::LogUniformGenerator< Weight >::ValueType = typename Weight::ValueType

Definition at line 33 of file randomize.h.

Constructor & Destructor Documentation

template<class Weight>
fst::internal::LogUniformGenerator< Weight >::LogUniformGenerator ( uint64_t  seed = std::random_device()())
inlineexplicit

Definition at line 35 of file randomize.h.

Member Function Documentation

template<class Weight>
Weight fst::internal::LogUniformGenerator< Weight >::operator() ( ) const
inline

Definition at line 38 of file randomize.h.


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