adjust/correct comment for __internal_prng_bound__

This commit is contained in:
Craftyawesome 2025-01-02 02:41:06 -05:00
parent a481878a61
commit 6b925d6f72

View file

@ -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)
{