Slashdot Mirror


User: moeng

moeng's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Random seed to fix? on Schooling Microsoft On Random Browser Selection · · Score: 1
    From the article:

    Sorting requires a self-consistent definition of ordering.

    The article implies the root of the problem is because it introduces inconsistency in comparisons. Could this be fixed by generating a random seed, then replacing all calls to Math.random() with Math.random(seed)?