Displaying 20 results from an estimated 26 matches for "hiroshima".
2016 Aug 30
4
A bug in the R Mersenne Twister (RNG) code?
...ld
produce for seed number = 1. The inventors of the Mersenne Twister
random number generator provided two different sets of the first 1000
numbers produced by a correctly coded 32-bit implementation of the MT
algorithm when initializing it with a particular array of integers at:
www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
[There is a link to this output at:
www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
My statistics program obtains exactly those 200 numbers from the first
site mentioned in the previous paragraph and also obtains those same
number...
2016 Sep 01
2
A bug in the R Mersenne Twister (RNG) code?
...The inventors of the Mersenne Twister
>> random number generator provided two different sets of the first 1000
>> numbers produced by a correctly coded 32-bit implementation of the MT
>> algorithm when initializing it with a particular array of integers at:
>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
>> [There is a link to this output at:
>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>>
>> My statistics program obtains exactly those 200 numbers from the first
>> site mentioned in the previous para...
2008 Aug 12
3
aligned memory allocation in C
...function to allocate memory in C.
Does R_alloc return a pointer to aligned memory?
if not how can I do this?
probably no, because R crashes when I succesively R_alloc and
fill_array32 (cf below) on my macbook with R 2.7.1.
Thanks in advance
Kind regards
Christophe
PS : http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/howto-compile.html
provides an example of memalign.
PPS : mac os report
Thread 0 Crashed:
0 libSystem.B.dylib 0x9341bb9e __kill + 10
1 libSystem.B.dylib 0x93492ec2 raise + 26
2 libSystem.B.dylib 0x934a247f abort + 73
3 randt...
2008 Aug 12
3
aligned memory allocation in C
...function to allocate memory in C.
Does R_alloc return a pointer to aligned memory?
if not how can I do this?
probably no, because R crashes when I succesively R_alloc and
fill_array32 (cf below) on my macbook with R 2.7.1.
Thanks in advance
Kind regards
Christophe
PS : http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/howto-compile.html
provides an example of memalign.
PPS : mac os report
Thread 0 Crashed:
0 libSystem.B.dylib 0x9341bb9e __kill + 10
1 libSystem.B.dylib 0x93492ec2 raise + 26
2 libSystem.B.dylib 0x934a247f abort + 73
3 randt...
2017 Oct 02
3
Fwd: R errors
...) :
wrong parameters; note: do not include an effects object as parameter!
Error in sienaModelCreate(projname = "TA_coev_Second_Attempt", modelType =
3, :
modelType must have names of dependent networks
Regards
Nyi Nyi
Graduate School for International Development and Cooperation
Hiroshima University
[[alternative HTML version deleted]]
2009 Oct 18
1
New to list -- glennrp
On Sat, Oct 17, 2009 at 9:47 PM, Conrad Parker <conrad at metadecks.org> wrote:
> Are you aware of the discussions about a codec working group, and will
> you be coming to the next IETF meeting (Hiroshima, Nov 8-13)?
No, I wasn't, and no, I won't be attending.
> http://tools.ietf.org/html/draft-valin-codec-guidelines-00
I've had a look at that. One thing that jumped out at me was the
requirement to use the BSD license, which some people might
find overly restrictive. Perhaps it w...
2009 Oct 17
3
New to list -- glennrp
Hello, speexers.
I'm new to the list and new to audio compression. I've been asked to
look into creating a digital archive of 20-minute speeches (sermons)
and speex seems to be what I need.
My experience is in image compression; I shepherded gzip, deflate, zlib,
and png through the IETF process, put "image/png" through
the IANA registration process, and I maintain several
2016 Aug 30
0
A bug in the R Mersenne Twister (RNG) code?
...seed number = 1. The inventors of the Mersenne Twister
> random number generator provided two different sets of the first 1000
> numbers produced by a correctly coded 32-bit implementation of the MT
> algorithm when initializing it with a particular array of integers at:
> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
> [There is a link to this output at:
> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>
> My statistics program obtains exactly those 200 numbers from the first
> site mentioned in the previous paragraph and also obtai...
2017 Oct 02
0
Fwd: Re: Fwd: R errors
...to run again. Then I got error as I stated although
I'm using the same computer and the same codes.
I'm trying to analysis network for trade data between 208 countries for
21 years.
Please, understand me since I'm very new R user and I do appreciate your
kind help.
Regards
Nyi Nyi
Hiroshima University
On Mon, Oct 2, 2017 at 6:27 PM, Michael Dewey <lists at dewey.myzen.co.uk
<mailto:lists at dewey.myzen.co.uk>> wrote:
You need to give us some more information. What package(s) are you
using? What are TAbehdata, TAeff, TA_coev_Second_Attempt? It might
help t...
2016 Sep 01
0
A bug in the R Mersenne Twister (RNG) code?
...of the Mersenne Twister
>>> random number generator provided two different sets of the first 1000
>>> numbers produced by a correctly coded 32-bit implementation of the MT
>>> algorithm when initializing it with a particular array of integers at:
>>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
>>> [There is a link to this output at:
>>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>>>
>>> My statistics program obtains exactly those 200 numbers from the first
>>> site mentioned...
2009 Jul 30
3
user supplied random number generators
?Random.user says (in svn trunk)
Optionally,
functions \code{user_unif_nseed} and \code{user_unif_seedloc} can be
supplied which are called with no arguments and should return pointers
to the number of seeds and to an integer array of seeds. Calls to
\code{GetRNGstate} and \code{PutRNGstate} will then copy this array to
and from \code{.Random.seed}.
And it offers as an example
void
2009 Nov 11
0
Royalty-free codecs at the IETF
...everyone,
For the past few months, we have been working with the IETF to form a new
working group dedicated to standardising truly free audio codecs. Following the
BoF (meeting) we had in Stockholm a few months ago, we have addressed several
issues and we will be having a second BoF *tomorrow* in Hiroshima. Everyone
interesting in the matter can participate virtually and give input. The
information for the audio feed, time and Jabber rooms can be found here:
http://people.xiph.org/~jm/hiroshima_bof.html
and in this post:
http://www.ietf.org/mail-archive/web/codec/current/msg00840.html
Cheers,
Je...
2001 Oct 01
0
Couldn't obtain random bytes
...H
# xxxxxx.yyyy SSH-1.99-OpenSSH_2.9.9p2
Enabling compatibility mode for protocol 2.0
Couldn't obtain random bytes (error 604389476)
debug1: Calling cleanup 0x21bf8(0x0)
debug1: Calling cleanup 0x1c3cc(0x0)
--
-------------------------------------------------------------------
(-: Hiroshima 45, Chernobyl 86, Windows 95 :-)
Our ultimate goal is to make overloaded systems appear to be idle.
High performance, High reliability, Low cost -------- Pick any two.
-------------------------------------------------------------------
Rune Mossige, Systems Support Engineer, WesternGeco, Stava...
1998 May 28
0
Windows NT 5.0 and Samba 1.9.18p03
...ow to connect from Windows NT 5.0 to Unix box via
samba? The same way of Windows 98 doesn't work at all. I use Windows
98 and there is no problem to connect Unix. Apparently
they use the different way to use the plain text password.
Thanks,
Hiro Katayama
Radiation Effects Research Foundtion
Hiroshima, JAPAN
1999 Dec 20
0
Winproj and permissions
...#39; just give the usual incorect explanation:
'You are attempting to save a file on a disk that is full'.....
Does anyone have any suggestions of what might be wrong, or where I can
search for a solution/workaround?
-------------------------------------------------------------------
(-: Hiroshima 45, Chernobyl 86, Windows 95 :-)
Our ultimate goal is to make overloaded machines appear to be idle.
High performance, High reliability, Low cost -------- Pick any two.
-------------------------------------------------------------------
Rune Mossige, Systems Support, Western Geophysical, Stavanger,...
1998 Mar 23
0
Modified floppies can crash Linux
...power switch?), although he can leave a modified floppy on your
desk. It is sufficient to just ls that floppy.
Sample exploit is at http://rainbow.mimuw.edu.pl/~ab171958/FAT.html#Linux
I tested this exploit on kernel versions 2.0.30, 2.0.31 and 2.0.32, it
always works.
/-----------------------\ Hiroshima''45
| kilobyte@mimuw.edu.pl | Chernobyl''86
\-----------------------/ Windows''95
http://rainbow.mimuw.edu.pl/~ab171958/
2009 Nov 11
0
Royalty-free codecs at the IETF
...everyone,
For the past few months, we have been working with the IETF to form a new
working group dedicated to standardising truly free audio codecs. Following the
BoF (meeting) we had in Stockholm a few months ago, we have addressed several
issues and we will be having a second BoF *tomorrow* in Hiroshima. Everyone
interesting in the matter can participate virtually and give input. The
information for the audio feed, time and Jabber rooms can be found here:
http://people.xiph.org/~jm/hiroshima_bof.html
and in this post:
http://www.ietf.org/mail-archive/web/codec/current/msg00840.html
Cheers,
Je...
2000 Aug 09
3
Problems compiling openssh-2.1.1p2 on FreeBSD 4.0-RELEASE
Hello,
I have just installed a fresh copy of FreeBSD 4.0-RELEASE on a P75,
and want to compile openssh-2.1.1p2, but the compile fails with:
gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c loginrec.c
loginrec.c: In function
1999 Dec 08
2
Erronous disk full message
...).
I think I have seen a reference to this error before, but I could not
locate it on any of the samba list archives.
Does anyone have any suggestions of what might be wrong, or where I can
search for a solution/workaround?
-------------------------------------------------------------------
(-: Hiroshima 45, Chernobyl 86, Windows 95 :-)
Our ultimate goal is to make overloaded machines appear to be idle.
High performance, High reliability, Low cost -------- Pick any two.
-------------------------------------------------------------------
Rune Mossige, Systems Support, Western Geophysical, Stavanger,...
2011 Aug 05
2
Question on RNG
Hi all, I have happened to work on MS .NET for sometime now, and I found that this language offers RNG what is called as Donald E. Knuth's subtractive random number generator algorithm (found here: http://msdn.microsoft.com/en-us/library/system.random.aspx#Y12).
?
Here I was wondering whether R also have same RNG in it's inventory, so looked at ?set.seed. There I found 2 related RNGs