Create a new object.
this = lowdisc_new ( ) this = lowdisc_new ( method )
the current object
(optionnal) a string, the low discrepancy sequence (default = "halton"). The method can be equal to : "halton", "haltonf", "faure", "fauref", "reversehalton", "reversehaltonf", "sobol", "sobolf", "niederreiter-base-2", "niederreiterf". See below for details.
This function requires to take the current object both as an input and an output argument.
The following is the list of possible values for method.
lds = lowdisc_new("faure"); lds lds = lowdisc_destroy(lds);