Acces CUDPP from device? access the data before copied back to host?

Hi.
I was just wondering wether I was wasting my time trying to use the CUDPP random generator. I need a function similar to rand() on cuda, and hoped to be able to use CUDPP. But as far as I can see it copies the random list back to host, and clean up afterwards, so the data isn’t avalible from device afterwards.

does anyone know wether this is the case, of if I’m missing something?

KG.