Many thanks Kalle this is very helpful.
To explain: I want to replace the standard random number generator with several PRNGs (pseudo-random number generators) including the one listed above (a Halton sequence)
My project involves using the cell pattern effect to produce animated noise fields consisting of single points.
The different PRNGs should produce different distribution of the points within the noise field. Ideally I would use the expression to replace the random seed in the effect.
do you think this sounds like it will work?