cugen: Uniform 0-1 Generator

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/cugen.R

Description

The uniform distribution or rectangular distribution is a family of symmetric probability distributions such that for each member of the family, all intervals of the same length on the distribution's support are equally probable.

Usage

1

Arguments

This function has no argument.

Value

The returned value of this function is a random variable in [0,1] interval with the exact same probability for each number in this intrval to be selected.

Note

This function uses dugen function with the min parameter set as 0 and max parameter set as 1.

Author(s)

P.Hessabi

References

www.wikipedia.org

See Also

cugen.R

Examples

1

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.