search for: setpackageseed

Displaying 1 result from an estimated 1 matches for "setpackageseed".

2013 Jan 23
3
How to construct a valid seed for l'Ecuyer's method with given .Random.seed?
...: ,---- | > Loading required package: Rmpi | Loading required package: grDevices | Loading required package: grDevices | Loading required package: grDevices | Loading required package: grDevices | 4 slaves are spawned successfully. 0 failed. | Loading required package: rlecuyer | Error in .lec.SetPackageSeed(seed) (from #11) : | Seed[0] >= -930997252, Seed is not set. `---- What's the problem? How can I construct a valid seed for l'Ecuyer's rng with just the information in .Random.seed? Thanks & Cheers, Marius Here is the minimal example: require(doSNOW) require(foreach) doF...