Latin Hypercube Samples (lhs)  1.0
R, C++, and Rcpp code to generate Latin hypercube samples
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
lhslibVersion.h
Go to the documentation of this file.
1 
21 #ifndef LHSLIBVERSION_H
22 #define LHSLIBVERSION_H
23 
24 namespace lhslib {
25  inline static const char * getVersion() {return "1.0.0";}
26 }
27 
28 #endif
lhslib
Definition: geneticLHS.cpp:25