Generates sequences by randomly walking a usage profile. $USAGE$ name of the usage profile from which the sequences are generated name of the sequences that are generated number of sequences to be generated minimal length of a sequence maximal length of a sequence optional; defines the maximal number of random walks performed before aborting and returning with less than generated sequences; default: *10 optional; if true, only sequences that finish in the global END state are allowed; default: true Example(s): generateRandomSequences markovModel generated_sequences 500 4 6 generateRandomSequences markovModel generated_sequences 500 4 6 100000 generateRandomSequences markovModel generated_sequences 500 4 6 100000 false