Displaying 7 results from an estimated 7 matches for "z_n".
Did you mean:
z_
2015 Feb 03
2
Seed in 'parallel' vignette
...it's implemented as in L'Ecuyer, then one probably wants
to adjust the vignette to reflect this.
Other minor suggestions to improve the vignette (if that's what's also
done in R; I couldn't easily figure that out from ./src/main/RNG.c):
1) when defining u_n, I would write u_n = z_n / (2^32-208) [as it is
immediately clear then that one divides by the modulus of the first
linear congruential generator + 1]
2) The case z_n=0 is not provided (for a reason?). If z_n=0, L'Ecuyer
suggests to set u_n to "(2^32-209)/(2^32-208)".
Cheers,
Marius
--
Marius Hofert, Dr...
2015 Mar 08
0
Seed in 'parallel' vignette
...in L'Ecuyer, then one probably wants
> to adjust the vignette to reflect this.
>
> Other minor suggestions to improve the vignette (if that's what's also
> done in R; I couldn't easily figure that out from ./src/main/RNG.c):
> 1) when defining u_n, I would write u_n = z_n / (2^32-208) [as it is
> immediately clear then that one divides by the modulus of the first
> linear congruential generator + 1]
> 2) The case z_n=0 is not provided (for a reason?). If z_n=0, L'Ecuyer
> suggests to set u_n to "(2^32-209)/(2^32-208)".
>
> Cheers,
>...
2011 Apr 05
2
Animation for pers3d
Hello all,
I use persp3d from the rgl-package to plot a sruface. The typical call
is persp3d(x, y, z)
With cooridinate-vectros x, y and a function-values matrix z.
Now I have different z's, say z_1,...,z_n
Question:
Is it possible to generate an animation from a sequence of such calls,
for different z's?
I would like to see how the surface is beeing changed in the time.
Thank you
Grigory Alexandrovich
2002 Jul 04
2
DH keys exchanged - encoding?
Hi,
Could anyone pls help by telling me how the DH pubkey from the server
(f) is encoded when it is sent back to me? I understand that it comes
across as an mpint, but after I decode the mpint into the bytes that
make up the number, what does this number represent? Is it a X509
encoded key? Or is it something else?
The reason for my question: I am trying to write a ssh client in Java,
2004 Jul 22
3
ebcdic problem in bufaux.c
I am working on a port of Openssh 3.8p1 after already
having done a port of Openssh 3.5p1. There are a
couple of new lines in buffer_get_bignum2() that are
causing me problems:
if (len > 0 && (bin[0] & 0x80))
fatal("buffer_get_bignum2: negative
numbers not supported");
The "& 0x80" check is not relevant in ebcdic.
Does anyone
2006 Apr 15
0
remote subnet browsing
...et up cross subnet browsing but I've encountered some
difficulties. Let me introduce my situation
10.1.2.0 10.1.1.0
A_N1 -+ +- A_N1
| |
B_N1 -+--[R1]=======[R2]--+- B_N2
. | VPN accross | .
. | the Internet | .
Z_N1 -+ +- Z_N
A_N1 is 10.1.2.4, PDC
A_N2 is 10.1.1.1, BDC
the vpn makes everything look as if there was only one router
between two networks (except of course of ping times). Please
also note that I am aware of the difference between browsing
and name resolution.
In both networks...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking