Login Register
🚨 EMERGENCY WARNING: Max Blumenthal Says That Trump’s Perceived Mindless Support For Israel Is Destroying MAGA In Real Time! --- --- Kash Patel Releases Investigation Info On Attempted Trump Assassin Thomas Crooks Following Tucker Documentary --- --- Male Illegals Arrested for Repeatedly Raping Child Who Was Smuggled Into US as Baby, Tortured for 10 Years --- --- Breaking! One Year After The Bloomberg-Baked ‘The Onion’ Takeover Of Infowars That Was Celebrated By Jake Tapper Failed Miserably, Alex Jones Releases Bombshell New Info That Ties Current DOJ Lawfare Attacks On Independent MAGA Journalists To The Multi-Year FBI/CIA/DOJ Democrat Deep State Effort To Silence Infowars --- --- Carjackers Shot by Armed Driver in Seattle --- --- GOP Rep. Says Democrats Blocked Release Of Epstein Files – “This Is All Gamesmanship” --- --- Mamdani’s Victory and the Myth of Democratic Socialism’s Rise --- --- Food Stamps and the Federal War on Self-Reliance --- --- Jeffrey Epstein Said Hillary Clinton Was “Doing Naughties With Vince [Foster],” Who Was Killed Under EXTREMELY Suspicious Circumstances --- --- SNAP Recipients Will Have To Reapply, Prove ‘Can’t Survive Without It,’ Ag. Sec. Says After Data Shows 200,000 Dead People Receiving Benefits! --- ---



[Reply]
Forum Index > AIM/ICQ Discussion
Dice Roller RNG
Posted on: 03-06 3:59 am
metaphysician

Just as a heads up, my gaming group has been using the restored client and its dice roller for our gaming. I think there might be something wrong with the RNG. I don't have a full statistical analysis or anything, but it seems to skew direly low, with far more 1s than probability would indicate.

For reference, we do a lot of 10 sided dice ( White Wolf games ), so it could be connected to the system handling larger dice size numbers incorrectly.

Hope this is at least helpful information.
Posted on: 03-08 2:10 am
Wildman

Beta Tester

hmm the internal class rnd() is used which is a windows API random number generator.. maybe more randomness is needed

Hououin - your friendly neighborhood AIM server operator
Posted on: 03-19 2:00 am
metaphysician

Beta Tester

Okay, on further play/examination, it looks like the dice roller function is using the time to seed the RNG, because rolls done at roughly the same time are producing the same dice outcomes for two or more players. However, they clearly aren't providing *much* randomness, because the same strings of numbers are turning up repeatedly within the same session ( we're talking "identical 10 digit string recurring five minutes later" ). I don't know how its producing the numbers, but it must not be using nearly enough randomness.
Posted on: 03-19 2:19 am
cglasgow99

Beta Tester

The problem may be that you're using rand instead of rand_s, as mentioned in this article.

https://en.wikipedia.org/wiki/CryptGenRandom

Basically, original Windows API random # generator is kinda weaksauce. They made a stronger one.
< - 1 - >

[Reply]