Closed adnilsson closed 5 years ago
The same result can be achieved by applying random.sample() directly from the list of possible clients. This is a faster and more direct approach.
random.sample()
The same result can be achieved by applying
random.sample()
directly from the list of possible clients. This is a faster and more direct approach.