Skip to content

Commit

Permalink
SDL3/SDL_srand: Fix bad SDL_rand link
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOnlineCoder authored and SDLWikiBot committed Feb 13, 2025
1 parent 0877f34 commit a453176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDL3/SDL_srand.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ void SDL_srand(Uint64 seed);
## Remarks
Reusing the seed number will cause [SDL_rand_](SDL_rand_)*() to repeat the
Reusing the seed number will cause [SDL_rand](SDL_rand)() to repeat the
same stream of 'random' numbers.
## Thread Safety
This should be called on the same thread that calls [SDL_rand](SDL_rand)*()
This should be called on the same thread that calls [SDL_rand](SDL_rand)()
## Version
Expand Down

0 comments on commit a453176

Please sign in to comment.