Hacker News new | ask | show | jobs
by twanschik 4867 days ago
Something similar: both phones exchange a random seed and compute the arithmetic mean in order to get a common seed :)
1 comments

This biases the chosen seeds towards the middle.. You could do something like add them both together modulo the size of whatever the random seed is on the platform, that should be unbiased.