Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Knuth Releases Part Of Volume 4 31

Grendel Drago writes: "Donald E. Knuth has released "Pre-Fascicle 2b: Generating all permutations" from TAOCP Volume 4. It will be section 7.2.1.2 of the final work. Oh, and Volume 4 may now fill *four* subvolumes. Send in bugs, get checks for $2.56, tell the grandkids."
This discussion has been archived. No new comments can be posted.

Knuth Releases Part Of Volume 4

Comments Filter:
  • by krs-one ( 470715 ) <.moc.smuroflgnepo. .ta. .civ.> on Wednesday January 09, 2002 @08:55PM (#2813928) Homepage Journal
    "If you think you're a really good programmer,...read [Knuth's] Art of Computer Programming....You should definitely send me a resume if you can read the whole thing." -- Bill Gates :)

    From amazon [amazon.com].

    TAOCP has got to be one of the greatest examples of a genius mind at work. Knuth's work should be placed in the same echelon as Shakespear, Chaucer, and Hemingway.

    -Vic
  • More interesting... (Score:3, Interesting)

    by Satai ( 111172 ) on Wednesday January 09, 2002 @11:17PM (#2814468)
    I found the news just above the 2b announcement to be a bit more interesting.

    Evidently the random number generator ran_array / RNARRAY from Volume 2 had some problems. As I read it, if one seed is used many times, it would produce numbers that passed randomness tests; but one user tried many different seeds for only a few generations - which began to fail randomness tests.

    The remarkable thing Knuth noted was that two different methods of fixing it were found by Richard Brent. The first was to discard the first 2000 numbers; the other was just basic improvement of the initialization of the algorithm.

    I'm very curious as to why this is; my understanding of seminumerical theory is limited to what I've read in Knuth, but I'm still very interested in the causes of this problem.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...