soprano.rnd

soprano.rnd#

random.py

Manages randomness across the board for Soprano functions

Functions

random_combination(iterable, r)

Random selection from itertools.combinations(iterable, r)

Classes

Random()

RandomType

soprano.rnd.random_combination(iterable, r)[source]#

Random selection from itertools.combinations(iterable, r)