Random¶
Some convenience functions based on functions of the random and
itertools module.
Combine random and itertools¶
random_combination(), return a random combination.random_permutation(), return a random permutation.random_product(), return a random value from each iterable.