Comment by IshKebab 6 days ago This is fine as long as your users don't mind your site randomly changing all the time. 2 comments IshKebab Reply data-ottawa 6 days ago That’s also a problem for AB testing and solvable (to a degree) by caching assignments ryan-duve 6 days ago This can be addressed with some variant of random.seed(hash(user_id)) I think the bigger problem is handling the fact that not all users click through the same number of times.
data-ottawa 6 days ago That’s also a problem for AB testing and solvable (to a degree) by caching assignments
ryan-duve 6 days ago This can be addressed with some variant of random.seed(hash(user_id)) I think the bigger problem is handling the fact that not all users click through the same number of times.
That’s also a problem for AB testing and solvable (to a degree) by caching assignments
This can be addressed with some variant of
I think the bigger problem is handling the fact that not all users click through the same number of times.