Google Groups Home
Help | Sign in
Regarding the Random Number Seed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Klaas van Schelven  
View profile
 More options Dec 5 2007, 2:24 am
From: "Klaas van Schelven" <klaasvanschel...@gmail.com>
Date: Wed, 5 Dec 2007 09:24:03 +0200
Local: Wed, Dec 5 2007 2:24 am
Subject: Re: Regarding the Random Number Seed

Hi all,

Here is my attempt at explaining pseudorandomness as it is used in Tabbie.
Pseudo Random means: to a casual observer it looks random, but a mathematic
genious may crack the code because it's really just a fixed list.

Say for this example that we use the digits of the number Pi as our pseudo
random numbers.

{3}.
1415926535 8979323846 2643383279 5028841971 6939937510 5820974944 5923078164
0628620899 8628034825 3421170679 8214808651 3282306647 0938446095 5058223172
5359408128 4811174502 8410270193 8521105559 6446229489 5493038196 4428810975
6659334461 2847564823 3786783165 2712019091 4564856692 3460348610 4543266482
1339360726 0249141273

to ease our example we will now hussle up a list of 10 elements ABCDEFGHIJ
first we take the first two numbers: 1 & 4: swap elements 1 and 4:
DBCAEFGHIJ
next: 1 & 5: EBCADFGHIJ
9 & 2: EICADFGHBJ
6 & 5: EICAFDGHBJ
3 & 5: EIFACDGHBJ
etc. etc.

Tabbie works like this: first all teams are sorted in order of their
standing, and then their team_id. Note that this list will almost certainly
be different from round to round. Only one difference is enough to radically
change the final outcome of the draw.
The teams are then swapped, only swapping teams that are possible to swap.
This is done for a randomly high number of 5000 times. That's 100 lines of
PI digits for you.
This is the initial situation, from which the algorithm optimizes in a
deterministic way.

So once again: a team is never assigned a "ranking" of any kind.

Klaas

On Dec 5, 2007 6:00 AM, Deepak Jois <deepak.j...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deepak Jois  
View profile
 More options Dec 5 2007, 2:35 am
From: "Deepak Jois" <deepak.j...@gmail.com>
Date: Wed, 5 Dec 2007 15:35:59 +0800
Local: Wed, Dec 5 2007 2:35 am
Subject: Re: Regarding the Random Number Seed

Hmmm
I would have rather that Klaas did not include the text of the mail I sent,
because the second point in the
mail actually seems to imply exactly what Ciaran was suggesting, but
in actual fact it isnt.

So, please ignore the second point for the benefit of simplicity. I do not
think it has any bearing on THIS specific discussion.

Deepak


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Klaas van Schelven  
View profile
 More options Dec 5 2007, 2:38 am
From: "Klaas van Schelven" <klaasvanschel...@gmail.com>
Date: Wed, 5 Dec 2007 09:38:47 +0200
Local: Wed, Dec 5 2007 2:38 am
Subject: Re: Regarding the Random Number Seed

Hi all,

To amend all possible fears of the situation being the same from round to
round we have created a final change:

the starting number (the seed) is now the round number. So: new round, new
pseudo randomness.

Klaas

On Dec 5, 2007 9:35 AM, Deepak Jois <deepak.j...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google