mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Added SDL_srand(), SDL_rand(), and SDL_rand_r() (thanks @JKaniarz!)
These are simple random functions that should not be used for serious random number generation. Fixes https://github.com/libsdl-org/SDL/issues/4968
This commit is contained in:
@@ -955,6 +955,8 @@ SDL3_0.0.0 {
|
||||
SDL_powf;
|
||||
SDL_qsort;
|
||||
SDL_qsort_r;
|
||||
SDL_rand;
|
||||
SDL_rand_r;
|
||||
SDL_realloc;
|
||||
SDL_round;
|
||||
SDL_roundf;
|
||||
@@ -966,6 +968,7 @@ SDL3_0.0.0 {
|
||||
SDL_snprintf;
|
||||
SDL_sqrt;
|
||||
SDL_sqrtf;
|
||||
SDL_srand;
|
||||
SDL_sscanf;
|
||||
SDL_strcasecmp;
|
||||
SDL_strcasestr;
|
||||
|
Reference in New Issue
Block a user