Draw a random sample from a generator object of class
"Tinflex"
or "TinflexC"
.
Tinflex.sample(gen, n=1)
Tinflex.sample.C(gen, n=1)
an object of class "Tinflex"
or "TinflexC"
.
sample size. (integer)
Josef Leydold josef.leydold@wu.ac.at, Carsten Botts and Wolfgang Hörmann.
Routine Tinflex.sample.C
allows objects of class
"TinflexC"
only and thus is a bit faster than the same call
with routine Tinflex.sample
.
See Tinflex.setup
for examples.