Front Office Football Central  

Go Back   Front Office Football Central > Archives > FOFC Archive
Register FAQ Members List Calendar Mark Forums Read Statistics

Reply
 
Thread Tools
Old 10-15-2005, 06:17 AM   #1
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Greensboro, NC
Question Easy way to roll a seven-sided die?

What's the easiest way to get a truly random integer result from 1 to 7?
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!

Ben E Lou is offline   Reply With Quote
Old 10-15-2005, 06:32 AM   #2
Solecismic
Solecismic Software
 
Join Date: Oct 2000
Location: Canton, OH
There are many ways. Here's one that's guaranteed to be fair.

1) Pick a last name that's fairly familiar.

2) Open up your phone book.

3) Write down the 7-digit telephone number of the first instance of that last name.

4) Divide by 7.

5) Add 1 to the remainder. There's your random integer.
Solecismic is offline   Reply With Quote
Old 10-15-2005, 06:49 AM   #3
Brillig
College Prospect
 
Join Date: Oct 2000
Location: Mountain View, California
1) Roll an eight sided die and reroll any 8's.

or

2) If you're a 'normal' person who only has six sided dice, roll one twice. If you rolled six both times, reroll, otherwise take the first roll, multiply by six, add the second roll. Then take the remainder after dividing by seven and add one.
Brillig is offline   Reply With Quote
Old 10-15-2005, 07:15 AM   #4
Airhog
Captain Obvious
 
Join Date: Aug 2001
Location: Norman, Oklahoma
use the rand function in excel\

=rand()*7

Make sure you format the cell to round the number so you don't get a decimal
__________________

Thread Killer extraordinaire


Yay! its football season once again!
Airhog is offline   Reply With Quote
Old 10-15-2005, 08:16 AM   #5
sovereignstar
Pro Starter
 
Join Date: Feb 2004
Quote:
Originally Posted by SkyDog
What's the easiest way to get a truly random integer result from 1 to 7?

No such thing as a truly random integer.
sovereignstar is offline   Reply With Quote
Old 10-15-2005, 08:39 AM   #6
WSUCougar
Rider Of Rohan
 
Join Date: Jul 2001
Location: Port Angeles, WA or Helm's Deep
Random number generator link
__________________
It's not the years...it's the mileage.
WSUCougar is offline   Reply With Quote
Old 10-15-2005, 08:54 AM   #7
cartman
Death Herald
 
Join Date: Nov 2000
Location: Le stelle la notte sono grandi e luminose nel cuore profondo del Texas
Quote:
Originally Posted by Solecismic
There are many ways. Here's one that's guaranteed to be fair.

1) Pick a last name that's fairly familiar.

2) Open up your phone book.

3) Write down the 7-digit telephone number of the first instance of that last name.

4) Divide by 7.

5) Add 1 to the remainder. There's your random integer.

So that is why when I play TCY I see an outgoing connection to switchboard.com...

__________________
Thinkin' of a master plan
'Cuz ain't nuthin' but sweat inside my hand
So I dig into my pocket, all my money is spent
So I dig deeper but still comin' up with lint
cartman is offline   Reply With Quote
Old 10-15-2005, 08:55 AM   #8
OldGiants
College Benchwarmer
 
Join Date: Oct 2000
Location: Location, Location, Location
Quote:
Originally Posted by SkyDog
What's the easiest way to get a truly random integer result from 1 to 7?

Buy some Premo/Sculpy and make your own seven-sided die:

http://jducoeur.org/game-hist/game-r...trotables.html
__________________
"The case of Great Britain is the most astonishing in this matter of inequality of rights in world soccer championships. The way they explained it to me as a child, God is one but He's three: Father, Son and Holy Ghost. I could never understand it. And I still don't understand why Great Britain is one but she's four....while [others] continue to be no more than one despite the diverse nationalities that make them up." Eduardo Galeano, SOCCER IN SUN AND SHADOW
OldGiants is offline   Reply With Quote
Old 10-15-2005, 09:07 AM   #9
MIJB#19
Coordinator
 
Join Date: Oct 2000
Location: Maassluis, Zuid-Holland, Netherlands
Quote:
Originally Posted by Airhog
use the rand function in excel\

=rand()*7

Make sure you format the cell to round the number so you don't get a decimal
=round(rand()*7+0.5,0)
That's what I would use
__________________
* 2005 Golden Scribe winner for best FOF Dynasty about IHOF's Maassluis Merchantmen
* Former GM of GEFL's Houston Oilers and WOOF's Curacao Cocktail
MIJB#19 is offline   Reply With Quote
Old 10-15-2005, 09:12 AM   #10
Easy Mac
Registered User
 
Join Date: Nov 2001
Location: Here
Just pick a number.
Easy Mac is offline   Reply With Quote
Old 10-15-2005, 09:18 AM   #11
MIJB#19
Coordinator
 
Join Date: Oct 2000
Location: Maassluis, Zuid-Holland, Netherlands
The question still remainingis: what is the random number for?

I will put my money on wheter Mike Vick will start tomorrow, with 7 being the lucky number.
__________________
* 2005 Golden Scribe winner for best FOF Dynasty about IHOF's Maassluis Merchantmen
* Former GM of GEFL's Houston Oilers and WOOF's Curacao Cocktail

Last edited by MIJB#19 : 10-15-2005 at 09:19 AM.
MIJB#19 is offline   Reply With Quote
Old 10-15-2005, 01:07 PM   #12
sterlingice
Hall Of Famer
 
Join Date: Apr 2002
Location: Back in Houston!
Quote:
Originally Posted by Solecismic
There are many ways. Here's one that's guaranteed to be fair.

1) Pick a last name that's fairly familiar.

2) Open up your phone book.

3) Write down the 7-digit telephone number of the first instance of that last name.

4) Divide by 7.

5) Add 1 to the remainder. There's your random integer.

Unfortunately, I'm guessing this has a bit of a bias in it. For instance, 555 as a prefix won't be anywhere. It's not a huge bias but it's a non-zero one.

SI
__________________
Houston Hippopotami, III.3: 20th Anniversary Thread - All former HT players are encouraged to check it out!

Janos: "Only America could produce an imbecile of your caliber!"
Freakazoid: "That's because we make lots of things better than other people!"


sterlingice is offline   Reply With Quote
Old 10-15-2005, 01:11 PM   #13
Easy Mac
Registered User
 
Join Date: Nov 2001
Location: Here
Open up an FOFC thread with at least 30 posts, pick the 14th post, and whatever the first number of that person's post count is, use that number
Easy Mac is offline   Reply With Quote
Old 10-15-2005, 02:13 PM   #14
Solecismic
Solecismic Software
 
Join Date: Oct 2000
Location: Canton, OH
Quote:
Originally Posted by sterlingice
Unfortunately, I'm guessing this has a bit of a bias in it. For instance, 555 as a prefix won't be anywhere. It's not a huge bias but it's a non-zero one.

SI

Yes. That's true. Far worse is the removal of certain popular suffixes (like 0000) from the residential database. Most of those tiny biases cancel each other out. And the biases are far less than the weight bias caused by the pips on a die.

Not sure about the "random" numbers you get on a computer, though seeding the random-number generator with the time function guarantees you a random start to the sequence (as long as you don't repeatedly use the same seed, of course). But you have built-in biases caused by the rounding, and you have to be very careful how you process the random number or you'll end up with an algorithm that generates only half the 7s you need, or worse.

I think this approach is optimal on a purely statistical basis. Though more tedious on a practical basis.
Solecismic is offline   Reply With Quote
Old 10-15-2005, 08:07 PM   #15
Chas in Cinti
High School Varsity
 
Join Date: Oct 2000
Location: Cincinnati, OH
Use the "Analysis Toolpak" for excel... there is a function like RandNum that you can use... the arguments are two integers that you wish the number to be between...

Breeze showed it to me...

Regards,
Chas
__________________
Email: [email protected]
Chas in Cinti is offline   Reply With Quote
Old 10-15-2005, 10:06 PM   #16
QuikSand
lolzcat
 
Join Date: Oct 2000
Location: Annapolis, Md
Ask your wife.
QuikSand is offline   Reply With Quote
Old 10-15-2005, 10:16 PM   #17
JeffR
High School JV
 
Join Date: Oct 2004
Location: Kelowna, BC, Canada
Buy one, then roll it.
JeffR is offline   Reply With Quote
Old 10-16-2005, 08:52 PM   #18
panerd
Grizzled Veteran
 
Join Date: Jul 2001
Location: St. Louis
1.Pick your favorite football player.
2. Look up their date of birth.
3. Use a calendar program to find out what day of the week they were born on.
Sunday= 1
Monday = 2
etc.
panerd is offline   Reply With Quote
Old 10-16-2005, 08:58 PM   #19
cuervo72
Head Coach
 
Join Date: Dec 2002
Location: Maryland
Quote:
Originally Posted by Solecismic
Not sure about the "random" numbers you get on a computer, though seeding the random-number generator with the time function guarantees you a random start to the sequence (as long as you don't repeatedly use the same seed, of course). But you have built-in biases caused by the rounding, and you have to be very careful how you process the random number or you'll end up with an algorithm that generates only half the 7s you need, or worse.

Or you'll end up with an algorithm that produces inordinate numbers of kick returns for touchdowns.
__________________
null
cuervo72 is offline   Reply With Quote
Old 10-16-2005, 09:35 PM   #20
Fonzie
Pro Rookie
 
Join Date: Oct 2000
Location: Illinois
If you wanna go old-school, write the numbers 1 through 7 on slips of paper, put 'em all in a hat, and draw one.
Fonzie is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 08:01 AM.



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.