Generator of unique combinations form a list L of objects in groups of size n produced in random order
L : list
list of unique ids
n : int
grouping size
k : int or None
limit number of combinations. All of combinations are produced if k is None (default)
mvpa2.misc.support.xrandom_iterprod
mvpa2.misc.support.xunique_combinations
Enter search terms or a module, class or function name.