paulie.common.random_pauli_strings.get_random_list# paulie.common.random_pauli_strings.get_random_list(n, size)# Get list of random Pauli strings of length n. Parameters: n (int) – Length of each Pauli string. size (int) – Size of list. Returns: Random list of Pauli strings of length n. Return type: list[str]