V-Ray User Integer to UV Randomizer node

Hi,
Just trying to use a V-Ray User Integer node to read an integer attribute as a seed in a UV_randomizer, but it doesn’t work.
I tried all the different class of attribute but nothing work.
Is this the correct way to proceed?

Thanks

Works fine for me:

Doesn’t work on my side.. anything i am doing wrong ?

You have the same seed value for all primitives, try this code with the wrangler:


i@seed=int(rand(@ptnum)*@numprim);