SDL Wiki
(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_srand

Seeds the pseudo-random number generator.

Header File

Defined in <SDL3/SDL_stdinc.h>

Syntax

void SDL_srand(Uint64 seed);

Function Parameters

Uint64 seed the value to use as a random number seed, or 0 to use SDL_GetPerformanceCounter().

Remarks

Reusing the seed number will cause SDL_rand_*() to repeat the same stream of 'random' numbers.

Thread Safety

This should be called on the same thread that calls SDL_rand*()

Version

This function is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryStdinc


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.