00001 00011 #ifndef dkutil_c_Math__h 00012 #define dkutil_c_Math__h 00013 00014 #include "dkcOSIndependent.h" 00015 00016 00017 DKC_EXTERN void WINAPI dkcSrand(ULONG *seed,ULONG num); 00018 00019 DKC_EXTERN int WINAPI dkcRand(ULONG *seed); 00020 00021 DKC_EXTERN int WINAPI dkcRandom(ULONG *seed,ULONG Max_); 00022 00023 00024 #endif