get_seed: Generate Seed

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

View source: R/get_seed.R

Description

This function generates a seed for random genarator fanction by applying some arthmathics on system time and application's process id in CPU.

Usage

1

Details

-

Value

The returned value is a random integer number in [0,1] interval.

Note

function works by multypling system time to 1000, then adding it to applications's process id, and then moding the reesult by 1000 in order to move the result in to [0,1] interval.

Author(s)

P.Tayefeh Morsal

References

www.google.com

See Also

get_seed.R

Examples

1

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