MATLAB: Are the logit-normal distribution is implemented in MATLAB

distributionnormalpdf

Best Answer

Try cumsum() and use Inverse Transform Sampling.
Also see RANDRAW to see how the author generates dozens of distributions.
Related Question