Welcome to CS 106B/X Random Writer ('N-Grams')! This program generates random text based on a document. Give me an input file and an 'N' value for groups of words, and I will generate random text for you. Input file name: tiny.txt Value of N: 3 # of random words to generate (0 to quit): 8 ... who you want okay to be or not ... # of random words to generate (0 to quit): 20 ... okay to be or not okay you want okay to be or not okay you want okay to be or ... # of random words to generate (0 to quit): 0 Exiting.