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
runif.h File Reference
#include "OACommonDefines.h"

Go to the source code of this file.

Classes

struct  oacpp::SeedSet
 
class  oacpp::RUnif
 

Namespaces

 oacpp
 

Macros

#define SEEDOK   1
 
#define SEEDBAD   0
 
#define SEED_VECTOR_LENGTH   (97+1)
 

Detailed Description

Author
Robert Carnell

License: This file may be freely used and shared according to the original license.

Reference:

Original Header:

These programs construct and manipulate orthogonal arrays. They were prepared by

  • Art Owen
  • Department of Statistics
  • Sequoia Hall
  • Stanford CA 94305

They may be freely used and shared. This code comes with no warranty of any kind. Use it at your own risk.

I thank the Semiconductor Research Corporation and the National Science Foundation for supporting this work.

Macro Definition Documentation

◆ SEED_VECTOR_LENGTH

#define SEED_VECTOR_LENGTH   (97+1)

Macro to set the length of the seed vector

◆ SEEDBAD

#define SEEDBAD   0

Macro to define a seed is not within range

◆ SEEDOK

#define SEEDOK   1

Macro to define a seed is within range