X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=mathlib.h;h=0acb9500627fc2e3aa20f3c20f83c304e05273d3;hp=472d5759e37a5af2df22bc5d28a51005d63d1fd8;hb=19487ef2ebada39fb6a6a372b30ca4f66bb78ada;hpb=8e10530c0564b56ff02e689d3d6839b8fcb88553 diff --git a/mathlib.h b/mathlib.h index 472d5759..0acb9500 100644 --- a/mathlib.h +++ b/mathlib.h @@ -311,7 +311,7 @@ typedef struct randomseed_s randomseed_t; void Math_RandomSeed_Reset(randomseed_t *r); -void Math_RandomSeed_FromInt(randomseed_t *r, unsigned int n); +void Math_RandomSeed_FromInts(randomseed_t *r, unsigned int s0, unsigned int s1, unsigned int s2, unsigned int s3); unsigned long long Math_rand64(randomseed_t *r); float Math_randomf(randomseed_t *r); float Math_crandomf(randomseed_t *r);