In Cassandra Vnodes , if I give num_tokens 16 ,
Each node will generate 16 tokens.
My question is what is the algorithm used to generate 16 (num_token ) tokens?
Is there any probability different nodes generating same token?
Is there any possibility of skew in token ranges assigned to nodes?