Module vmm_sys_util::rand

source ·
Expand description

Miscellaneous functions related to getting (pseudo) random numbers and strings.

NOTE! This should not be used when you do need real random numbers such as for encryption but will probably be suitable when you want locally unique ID’s that will not be shared over the network.

Functions