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
oacpp::SeedSet Struct Reference

#include <runif.h>

Public Member Functions

 SeedSet ()
 
 SeedSet (int one, int two, int three, int four)
 

Public Attributes

int is
 
int js
 
int ks
 
int ls
 

Detailed Description

A set of seed variables for the random number generator

Constructor & Destructor Documentation

◆ SeedSet() [1/2]

oacpp::SeedSet::SeedSet ( )
inline

Default Constructor

◆ SeedSet() [2/2]

oacpp::SeedSet::SeedSet ( int  one,
int  two,
int  three,
int  four 
)
inline

Constructor

Member Data Documentation

◆ is

int oacpp::SeedSet::is

seed i

◆ js

int oacpp::SeedSet::js

seed j

◆ ks

int oacpp::SeedSet::ks

seed k

◆ ls

int oacpp::SeedSet::ls

seed l


The documentation for this struct was generated from the following file: