Login Register
GLOBAL EXCLUSIVE: Top Pentagon Sources Confirm Dems Planning To Use Treasonous Generals To Give Illegal Orders To Troops To Overthrow Trump! --- --- BREAKING BOMBSHELL: Trump Says “I Think They’re In Serious Trouble” After White House & Pentagon Finally Discover The Democrat/Podesta Plan To Trigger A Civil War & Collapse The United States! --- --- BREAKING VIDEO: Deputy AG Todd Blanche Calls For Federal Investigation Into Six Democratic Politicians Who Demanded US Military & Intel Members Defy Trump Orders! --- --- BREAKING VIDEO: Stephen Miller DROPS THE HAMMER On Deep State Democrats Who Directed Members Of The US Military To Defy The President’s Orders! --- --- Zoomers Must Revitalize American Cultural Identity to Thrive in Difficult Times Ahead – Gen Z Venture Capitalist --- --- ICE Removes Thrice-Deported MS-13 Gang Leader Wanted for Murder in El Salvador --- --- Is Global Technocracy Inevitable Or Dangerously Delusional? --- --- WATCH: President Trump Meets With NYC Socialist Mayor Mamdani At White House --- --- Zelensky In The Hot Seat, Must Decide On “The Difficult 28 Points, Or A Very Difficult Winter” --- --- Bombshell Report: “Largest Funder Of Al-Shabaab Is Minnesota Taxpayer”  --- ---



[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]