Description Usage Details Value Note Author(s) References See Also Examples
This function generates a seed for random genarator fanction by applying some arthmathics on system time and application's process id in CPU.
1 | get_seed()
|
-
The returned value is a random integer number in [0,1] interval.
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.
P.Tayefeh Morsal
www.google.com
get_seed.R
1 | get_seed()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.