X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=2692e69c6b3274b6ad957187b9d30ac95fdd69b9;hp=33c6abc16ff25a6c9e7ddb957173625b975dd627;hb=5e195517fdcbad3043eff72d91399f6a5e604d8b;hpb=58e2b6bbe444cccfeb713ecf005564977c0364c8 diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 33c6abc1..2692e69c 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -559,7 +559,7 @@ boolean getTokenValueFromString(char *string, char **token, char **value) static unsigned int uuid_random_function(int max) { - return GetSimpleRandom(max); + return GetBetterRandom(max); } char *getUUIDExt(unsigned int (*random_function)(int max))