sbRandCDFInv
You can create random numbers with a given distribution easily if you have an explicit form of the inverse of the cumulative distribution function:
Please read my Disclaimer.
This function will provide with a stratified sample:
Other examples would be sbRandCauchy or sbRandTriang directly.
If there is no explicit form of a cumulative distribution function inverse then you can apply a linear approximation with the probability distribution function sbRandPDF.
Last updated