random_range

emlib.combinatorics.random_range(length)[source]

Return an array of of ints from 0 to length-1, in random order

Parameters:

length (int) – the length of the generated sequence

Return type:

ndarray

Returns:

the generated array