mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Fixed typo to "pseudo"
This commit is contained in:
committed by
Ryan C. Gordon
parent
5880b8a283
commit
d3672b0c3a
@@ -4360,7 +4360,7 @@ extern SDL_DECLSPEC float SDLCALL SDL_randf(void);
|
|||||||
/**
|
/**
|
||||||
* Generate 32 pseudo-random bits.
|
* Generate 32 pseudo-random bits.
|
||||||
*
|
*
|
||||||
* You likely want to use SDL_rand() to get a psuedo-random number instead.
|
* You likely want to use SDL_rand() to get a pseudo-random number instead.
|
||||||
*
|
*
|
||||||
* There are no guarantees as to the quality of the random sequence produced,
|
* There are no guarantees as to the quality of the random sequence produced,
|
||||||
* and this should not be used for security (cryptography, passwords) or where
|
* and this should not be used for security (cryptography, passwords) or where
|
||||||
@@ -4445,7 +4445,7 @@ extern SDL_DECLSPEC float SDLCALL SDL_randf_r(Uint64 *state);
|
|||||||
/**
|
/**
|
||||||
* Generate 32 pseudo-random bits.
|
* Generate 32 pseudo-random bits.
|
||||||
*
|
*
|
||||||
* You likely want to use SDL_rand_r() to get a psuedo-random number instead.
|
* You likely want to use SDL_rand_r() to get a pseudo-random number instead.
|
||||||
*
|
*
|
||||||
* There are no guarantees as to the quality of the random sequence produced,
|
* There are no guarantees as to the quality of the random sequence produced,
|
||||||
* and this should not be used for security (cryptography, passwords) or where
|
* and this should not be used for security (cryptography, passwords) or where
|
||||||
|
|||||||
Reference in New Issue
Block a user