What would be the best way of generating a one dimensional noise using a particle ID as a seed value? All of the noise expressions seem to take three values and returns a vector, but I only want a float returned.
I tried using a CHOP to generate the noise, but wasn't quite sure how to use a particle ID as it's seed value.