7 ms·
Something similar: both phones exchange a random seed and compute the arithmetic mean in order to get a common seed :)
by twanschik 14y ago
Something similar: both phones exchange a random seed and compute the arithmetic mean in order to get a common seed :)
- philsnow 14y agoThis 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.