Contents

random::integer

Generates a pseudo-random 32-bit unsigned integer.

Declaration

uint random::integer()

Return Value

A pseudo-random 32-bit unsigned integer.

Discussion

This function generates a random integer covering the full range of 32-bit unsigned values and increments the internal random seed for subsequent calls.