dugen: Uniform Generator

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

View source: R/dugen.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
dugen(first,last)

Arguments

first,last

first as the minimum and last as maximum value of random variable generated by this function.

Details

-

Value

The returned value is a random variable in the [a,b] interval with uniform distribution.

Note

nothing to note!

Author(s)

P.Hessabi

References

www.wikipedia.org

See Also

dugen.R

Examples

1
dugen(100, 999)

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