0
How to get a random number using percentage
Lets say there are 82 people and each has a probability of 0,05 of being chosen when picking one of them for a trip? Write a method in java that chooses one of them ...
1 Answer
+ 1
Thanks
Lets say there are 82 people and each has a probability of 0,05 of being chosen when picking one of them for a trip? Write a method in java that chooses one of them ...