All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::lsh::min_hash_function_generator< RandomEngine > Class Template Reference

Factory class for min_hash_function. More...

#include <lsh_functions.hpp>

Public Member Functions

 min_hash_function_generator (std::size_t range_size, RandomEngine random_engine=RandomEngine{})
 constructor
 
min_hash_function operator() () const
 operator()
 

Detailed Description

template<typename RandomEngine = std::default_random_engine>
class paal::lsh::min_hash_function_generator< RandomEngine >

Factory class for min_hash_function.

Definition at line 326 of file lsh_functions.hpp.


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