Displaying 2 results from an estimated 2 matches for "archictecture".
2011 Mar 07
3
yum tries to install a mix of architectures
Hello,
On my centos boxes whenever I try to install packages I get a mix of
packages from the repos that are both i386 and x86_64 in
archictecture:
===============================================================================================================================================================================================================
Package Arch
Ve...
2009 Nov 16
2
(Parallel) Random number seed question...
...(mvtnorm part directed to Torsten Hothorn)
To further clarify, it seems there is a different RNG for normal
(rnorm) than for everything else? (eg RNGKind( ..,
normal.kind="Inversion"); further, does anybody know if mvtnorm uses
this generator?
Further, some RNGs seem to be based on the archictecture (eg the
Knuth-TAOCP-2002 for example)- is the period really related to 2^32,
or is it dependent the architecture, 2^64 for 64 bit R and 2^32 for 32
bit R?
I noticed there are several packages related to RNG- please direct me
to a vignette/R news article/previous post if this has been covered ad
n...