input Range Latin Hyper Cube Points
fun inputRangeLatinHyperCubePoints(numPoints: Int, rnStream: RNStreamIfc = KSLRandom.defaultRNStream()): Array<DoubleArray>(source)
Generates the specified number of points using Latin hyper-cube sampling over the ranges of inputs. The points may not be feasible with respect to linear or functional constraints.
Return
the points within an array
Parameters
num Points
the number of point to generate. This defines how the range of the inputs are divided such that the individual cubes have points.
rn Stream
the random number stream to use for the sampling