MTToolBox
0.2.10
Main Page
Namespaces
Data Structures
Files
File List
Globals
include
MTToolBox
ReducibleTemperingCalculatable.hpp
Go to the documentation of this file.
1
#ifndef MTTOOLBOX_REDUCIBLE_TEMPERING_CALCULATABLE_HPP
2
#define MTTOOLBOX_REDUCIBLE_TEMPERING_CALCULATABLE_HPP
3
30
#include <stdint.h>
31
#include <inttypes.h>
32
#include <
MTToolBox/ReducibleGenerator.hpp
>
33
#include <
MTToolBox/TemperingCalculatable.hpp
>
34
35
namespace
MTToolBox
{
52
template
<
class
U>
53
class
ReducibleTemperingCalculatable
54
:
virtual
public
ReducibleGenerator
<U>,
55
virtual
public
TemperingCalculatable
<U> {
56
public
:
57
67
virtual
~ReducibleTemperingCalculatable
() {}
68
};
69
}
70
71
#endif // MTTOOLBOX_TEMPERING_CALCULATABLE_HPP
TemperingCalculatable.hpp
Abstruct class for searching tempering parameters.
MTToolBox::TemperingCalculatable
Users can search tempering parameters by making GF(2)-linear pseudo random generator class which inhe...
Definition:
TemperingCalculatable.hpp:54
ReducibleGenerator.hpp
MTToolBox::ReducibleTemperingCalculatable
Definition:
ReducibleTemperingCalculatable.hpp:53
MTToolBox::ReducibleTemperingCalculatable::~ReducibleTemperingCalculatable
virtual ~ReducibleTemperingCalculatable()
Virtual destructor (always required)
Definition:
ReducibleTemperingCalculatable.hpp:67
MTToolBox::ReducibleGenerator
This class is an Abstract class for reducible generator.
Definition:
ReducibleGenerator.hpp:57
MTToolBox
name space for MTToolBox
Generated on Wed Oct 12 2016 13:49:08 for MTToolBox by
1.8.10