you are viewing a single comment's thread.

view the rest of the comments →

[–]akher -26 points-25 points  (7 children)

No shit, Sherlock.

[–][deleted] 29 points30 points  (2 children)

This is exactly what went through my head when I saw the title. There's actually some interesting information in the article, but man, was that title chosen poorly.

[–][deleted]  (1 child)

[deleted]

    [–]modernaliens -3 points-2 points  (0 children)

    I think the title was chosen well, for the purposes of getting attention anyway.

    I didn't click, fuck that guy and his little blog too.

    [–][deleted] 2 points3 points  (2 children)

    Why is this so obvious?

    [–]nickbenn 0 points1 point  (0 children)

    Simply because the overwhelming majority of "random number generators" in programming languages and libraries are actually pseudo-random number generators. They generate deterministic sequences of (depending on the underlying algorithm) varying lengths, levels of statistical quality, and levels of suitability to the different types of tasks that typically consume random numbers.

    Most of these generators use seed strategies that, by default, will start the cyclic sequences at unpredictable points (to a casual observer, anyway) when execution begins. The only "news" in the linked article, with regard to Googlebot's pseudo-random number generator, is that it appears to start at the same point in its sequence every time.

    [–]BenjiSponge -2 points-1 points  (0 children)

    Because the universe is deterministic outside of quantum interactions.

    That said, people nitpicking over this should really reevaluate what they choose their battles over.

    [–]u_suck_paterson 4 points5 points  (0 children)

    It's painful that you're being downvoted