diff --git a/src/m_random.c b/src/m_random.c index 36d8582ab..44c76ca67 100644 --- a/src/m_random.c +++ b/src/m_random.c @@ -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) {