# NOT RUN {
x0=runif(n=100,min=-1,max=1)
CvM.uniform(x0)
x1=rnorm(n=100,mean=0,sd=1)
CvM.normal(x1)
x2=rgamma(n=100,shape=1,scale=1)
CvM.gamma(x2)
x3=rlogis(n=100,location=0,scale=1)
CvM.logistic(x3)
x4= rmutil::rlaplace(n=100,m=0,s=1)
CvM.laplace(x4)
x5=rweibull(n=100,shape=1,scale=1)
CvM.weibull(x5)
x5_log=log(x5)
CvM.extremevalue(x5_log)
x6=rexp(n=100,rate=1/2)
CvM.exp(x6)
# }
Run the code above in your browser using DataLab