mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
adjust/correct comment for __internal_prng_bound__
This commit is contained in:
parent
a481878a61
commit
6b925d6f72
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ ATTRINLINE static UINT32 FUNCINLINE __internal_prng__(pr_class_t pr_class)
|
|||
|
||||
/** Provides a random number within a specified range.
|
||||
*
|
||||
* \return A random, uniformly distributed number from [0,bound].
|
||||
* \return A random, uniformly distributed integer from [0,bound).
|
||||
*/
|
||||
ATTRINLINE static UINT32 FUNCINLINE __internal_prng_bound__(pr_class_t pr_class, UINT32 bound)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue