similar to: cvs commit: src/games/fortune/fortune fortune.c

Displaying 20 results from an estimated 2000 matches similar to: "cvs commit: src/games/fortune/fortune fortune.c"

2003 Sep 18
2
[Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]
Roger Marquis wrote: > [snip] > >It takes all of 2 seconds to generate a ssh 2 new session on a >500Mhz cpu (causing less than 20% utilization). Considering that >99% of even the most heavily loaded servers have more than enough >cpu for this task I don't really see it as an issue. > >Also, by generating a different key for each session you get better >entropy,
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi. I experimented a bit with collecting entropy from the time it takes for device_attach() to run (in CPU cycles). It seems that those times have enough variation that we can use it for entropy harvesting. It happens even before root is mounted, so pretty early. On the machine I'm testing it, which has minimal kernel plus NIC driver I see 75 device_attach() calls. I'm being very careful
2011 Feb 02
4
testing randomness of random number generators with student t-test?
Hi, subject more or less says it all. I freely admit to not having bothered to find some of the online papers about method of testing the quality of random number generators -- but in an idle moment I wondered what to expect from something like the following: randa<-runif(1000) randb<-runif(1000) t.test(randa,randb)$p.value var.test(randa,randb)$p.value [repeat ad nauseum] Is the
2000 Jan 27
6
EGD requirement a show stopper for me
On Thu, Jan 13, 2000 at 17:34:10, Andre Lucas wrote: > Subject: /dev/urandom > On Thu, Jan 13, 2000 at 09:24:01AM -0700, SysProg - Nathan Paul Simons wrote: > > On Thu, 13 Jan 2000, Ben Taylor wrote: > > > > > On Thu, 13 Jan 2000, Max Shaposhnikov wrote: > > > > why ssh1.27 doesn't requre /dev/urandom on solaris? > > > > i think the
2003 Jun 27
1
sample function
Dear all, i have a question about the "sample" function used in R, does it work as a pseudo-dandom number generator programmed with C, like it is described in Modern Applied Statics with S-Plus 3d edition chapter 5 section 2? Thanks a lot --------------------------------- [[alternative HTML version deleted]]
1998 Nov 04
1
RNG
On r-help Bill Simpson wrote: >Marsaglia's multiply-with-carry generator is very easy to implement--he >has posted some C code to newsgroups--and seems to test out OK. I wonder >if it would make sense to use one of his generators instead. I would like a system where the random number generator can be specified (perhaps in options or a .RandomGenerator variable). Most often everyone
2003 Jun 12
1
Tested Random Number Generator
Dear All, The editor of a journal to which I had submitted a publication asked whether R has a "tested random number generator." My paper included Monte Carlo simulations generating random normal and random chi-square values. help(rnorm) lists Wichura, M. J. (1988) Algorithm AS 241: The Percentage Points of the Normal Distribution. Applied Statistics, 37, 477-484. as a
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the builtin entropy collection code. Here's what I intend to do: When init_rng is called, we'll check OpenSSL's RAND_status(). If this indicates that their PRNG is already seeded, we'll do nothing. This effectively detects platforms which have /dev/urandom (or similar) configured into OpenSSL. If OpenSSL isn't
2005 Feb 02
0
fortune update: 100th fortune
Dear useRs, version 1.1-0 of the fortunes package is available from CRAN. It now contains 100 R fortunes. Thanks to all who contributed. Best wishes, Z _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2005 Feb 02
0
fortune update: 100th fortune
Dear useRs, version 1.1-0 of the fortunes package is available from CRAN. It now contains 100 R fortunes. Thanks to all who contributed. Best wishes, Z _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-packages
2002 Jul 24
3
OpenSSH 3.4p1 "PRNG is not seeded"
I upgraded from OpenSSH_3.0.2p1 to OpenSSH 3.4p1. Starting SSHD or ssh-keygen I'm getting the "PRNG is not seeded". I have verified that prngd is running and "egc.pl /var/spool/prngd/pool get" runs just fine reporting 32800 bits of entropy. My platform is Solaris 8 (sparc) and I downloaded binaries from www.sunfreeware.com. My guess is the build of OpenSSH 3.4.p1 is
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs, it's a new year and time for a new CRAN-version of the "fortunes" package. Version 1.3-7 is now online at http://CRAN.R-project.org/package=fortunes which contains the 250th fortune: R> fortune(250) As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!" -- Barry Rowlingson (answering a question on the documentation of some
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs, it's a new year and time for a new CRAN-version of the "fortunes" package. Version 1.3-7 is now online at http://CRAN.R-project.org/package=fortunes which contains the 250th fortune: R> fortune(250) As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!" -- Barry Rowlingson (answering a question on the documentation of some
2010 Nov 09
1
btrfs: unlinked 34 orphans
Hi, I received the message: btrfs: unlinked 34 orphans Just out of couriosity: what does it mean ? Thanks in advance Bye, David Arendt -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2006 Feb 02
19
[Bug 1149] Does not build on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1149 Summary: Does not build on QNX Product: Portable OpenSSH Version: 4.3p1 Platform: ix86 OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: kraai at ftbfs.org
2007 Dec 17
1
fortune warning
fortune("help") ## or any quoted string gives a warning Warning message: In grep(which, fort, useBytes = TRUE) : argument 'useBytes = TRUE' will be ignored in version.string R version 2.6.1 (2007-11-26)
2000 Aug 18
1
scp and the use of fortune in /etc/profile
I tracked down a problem related to running fortune at the start of every shell instance and scp. I imagine the problem would be the same with any utility automatically started upon login that prints to the screen. I am not sure if this intentional, a bug or just an annoyance that one should not run such utilities at login. Maybe one for the faq eh, so no one respends the time I just did
2012 Nov 26
1
who's in charge of the fortune d/b?
I haven't found who does it for RHEL/CentOS yet, and there's a wrong attribution.... --------------------- Fortune Begin ------------------------ I'm N-ary the tree, I am, N-ary the tree, I am, I am. I'm getting traversed by the parser next door, She's traversed me seven times before. And ev'ry time it was an N-ary (N-ary!) Never wouldn't ever do a binary. (No
2012 Sep 20
1
Fortune nomination
On Thu, Sep 20, 2012 at 9:01 AM, David Winsemius <dwinsemius at comcast.net> wrote: (In response to an OP's aplogy for an "awkwardly worded question"): > Awkwardly worded questions will get much better answers if they are accompanied by some test data. Fortune nomination! Cheers, Bert > -- > David Winsemius, MD > Alameda, CA, USA > >
2017 Dec 17
1
fortune candidate
>From Dirk E. on the R-devel list > Many things a developer / power-user would do are very difficult on > Windows. It is one of the charms of the platform. On the other hand you do > get a few solitaire games so I guess everybody is happy. JN