# Import function "rbeta()" and "runif()" from "stats"
importFrom("stats", rbeta, runif)

# Export all names
exportPattern(".")
