I just uploaded a simple component to generate UUIDs (Universally Unique Identifiers) to the downloads section. It is simply a wrapper for a function found in the comments on php.net.

To use the component add it to the components array in your controller and generate a new UUID in the following way:

$this->Uuid->generate();