Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Internet Gambling
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2005, 01:07 PM
Guest
 
Posts: n/a
Default Differences in random number generators

I was playing AP last night, and some one wrote that the different poker sites have different random number generators. Now I am not saying that this affects your "luck", but is this true? I thought this type of program was pretty straight forward. I am pretty sure I was supposed to write one once in college, but I dropped the class.

My question is, are the sites different in how the random card orders are generated? Not that I think it makes difference in win/loss %, but just curious.
Reply With Quote
  #2  
Old 11-22-2005, 01:19 PM
cardcounter0 cardcounter0 is offline
Senior Member
 
Join Date: May 2004
Posts: 1,370
Default Re: Differences in random number generators

No, they are all the same. There is only one random sequence of numbers, and there is only one method to generate it.
Reply With Quote
  #3  
Old 11-22-2005, 01:56 PM
Rudbaeck Rudbaeck is offline
Senior Member
 
Join Date: Jul 2004
Location: Sweden
Posts: 555
Default Re: Differences in random number generators

Yes, they are.

The bad sites use software algorithms to generate the seed, based on some rather deterministic pseudo-random seed. These, while better than they were a decade ago, are still kinda bad.

The good sites use a completely random physical device as seed, usually thermal noise. Or if they are cool and spendy radioactive decay. Both are actually, physically, random.

Now this has little practical effect, as even the bad method is about a billion billion times as random as the best Vegas dealer. It's just a question of how many billion billion times as random they are.

(Unless, ofcouse, someone fubars badly and manages a rerun of the Planet Poker fiasco of half a decade ago.)
Reply With Quote
  #4  
Old 11-22-2005, 02:35 PM
waffle waffle is offline
Senior Member
 
Join Date: Jul 2004
Location: Dallas - 2/4 and 3/6
Posts: 117
Default Re: Differences in random number generators

stars uses a physical device. party doesn't, they use sun's SeedGenerator which gets entropy from the machine's VM, i think
Reply With Quote
  #5  
Old 11-22-2005, 02:35 PM
waffle waffle is offline
Senior Member
 
Join Date: Jul 2004
Location: Dallas - 2/4 and 3/6
Posts: 117
Default Re: Differences in random number generators

[ QUOTE ]
No, they are all the same. There is only one random sequence of numbers, and there is only one method to generate it.

[/ QUOTE ]

you don't know anything about computing.
Reply With Quote
  #6  
Old 11-22-2005, 02:38 PM
cardcounter0 cardcounter0 is offline
Senior Member
 
Join Date: May 2004
Posts: 1,370
Default Re: Differences in random number generators

If (select sarcasm from waffle) is NULL then call displaygrin();

[img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #7  
Old 11-22-2005, 02:50 PM
OrcaDK OrcaDK is offline
Member
 
Join Date: Nov 2004
Posts: 42
Default Re: Differences in random number generators

[ QUOTE ]
If (select sarcasm from waffle) is NULL then call displaygrin();

[img]/images/graemlins/grin.gif[/img]

[/ QUOTE ]

Syntax error. That should be

if(waffle.sarcasm == null) {
displayGrin();
}
Reply With Quote
  #8  
Old 11-22-2005, 02:59 PM
cardcounter0 cardcounter0 is offline
Senior Member
 
Join Date: May 2004
Posts: 1,370
Default Re: Differences in random number generators

You mean there is more than one programming language???

SELECT A.RECNAME,
A.FIELDNAME,
decode(B.FIELDTYPE, '0', 'CHAR', '2', 'NUMERIC', '3', 'DECIMAL', '4', 'DATE', 'NA') as TYPE,
' x ',
B.LENGTH,
C.LONGNAME
FROM PSRECFIELDDB A, PSDBFIELD B, PSDBFLDLABL C
WHERE A.RECNAME in
('MASTER_ITEM_EC',
'INV_ITEMS_EC',
'ITEM_VENDOR_EC',
'ITM_VNDR_LOC_EC',
'ITM_VNDR_UOM_EC',
'ITM_VNDR_UMPR_EC',
'PUR_ITM_ATTR_EC',
'INV_ITM_UOM_EC')
AND A.FIELDNAME = B.FIELDNAME
AND C.FIELDNAME = A.FIELDNAME
AND C.DEFAULT_LABEL = 1
ORDER BY 1, 2
Reply With Quote
  #9  
Old 11-22-2005, 03:16 PM
Kablooie Kablooie is offline
Junior Member
 
Join Date: May 2005
Posts: 0
Default Re: Differences in random number generators

Let us all bow to the Lords of Kobol...
Reply With Quote
  #10  
Old 11-22-2005, 03:35 PM
krimson krimson is offline
Senior Member
 
Join Date: Mar 2005
Location: wwdsd
Posts: 559
Default Re: Differences in random number generators

The RNG's used by poker sites may be different, but they all produce the same result...
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:36 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.