Tag: random
We have included two sets of randomly generated Moore machines in our repository:
The number of states and the number of elements in the input/output alphabets of these automata were chosen to be challenging, though still manageable for state-of-the-art learning and testing algorithms. To generate Moore machines, we used the following two-step process: first, we randomly generated a DFA using libalf's off-the-shelf implementation of Champarnaud and Paranthoën's method; second, we assigned to each state an output symbol that was drawn uniformly at random from the output alphabet.