Latin Hypercube Samples (lhs)  1.0
R, C++, and Rcpp code to generate Latin hypercube samples
bclibVersion.h
1 
21 #ifndef BCLIBVERSION_H
22 #define BCLIBVERSION_H
23 
24 namespace bclib {
25  inline static const char * getVersion() {return "1.0.1";}
26 }
27 
28 #endif