Utilities
Functions
int
countBits(int v)
Count the number of bits that are set in the given 32 bit integer.
Torque::UUID
Generate a new universally unique identifier (UUID).
Detailed Description
Functions
countBits(int v)
Count the number of bits that are set in the given 32 bit integer.
Parameters:
v | An integer value. |
return:
The number of bits that are set in v.
generateUUID()
Generate a new universally unique identifier (UUID).
return:
A newly generated UUID.