I would like to assign each visitor a random number in order to enable stuff like A/B-testing etc. I also would like to generate the number on the client - not the server. And since it should be fast I would like to use Math.random()
My question now is the following: Do I get a random distribution of numbers or will different implementations skew the numbers?
Cheers Valentin