rand

Generates a random number within the size_t range.

This uses a random number generator that is unique to the calling thread (TLS).

package
size_t
rand
()

Return Value

Type: size_t

a random number

Meta