Open PaperOpt
OpenPaperOpt/DistributionElrepho.h
Go to the documentation of this file.
00001 
00004 #pragma once
00005 #ifndef DISTRIBUTIONELREPHO_H
00006 #define DISTRIBUTIONELREPHO_H
00007 
00008 // INCLUDES
00009 //
00010 #include "Distribution.h"
00011 
00012 
00013 namespace Distributions
00014 {
00015         class DistributionElrepho :
00016                 public Distribution
00017         {
00018 public:
00019 // LIFECYCLE
00020 
00024                 DistributionElrepho();
00025 
00029                 ~DistributionElrepho(void);
00030 
00031 // OPERATIONS
00038                 V3<double> GenerateRandomVector() const;
00039 
00040         }; 
00041 
00042 } //Distributions
00043 
00044 #endif // DISTRIBUTION_H