The word list for Release from PL is generated before the experiment is ran to prevent timing delays while the experiment is running. The algorithm starts by placing the fruit and tool word lists into arrays. Once the word arrays are loaded a for loop is executed which builds the lists. On each iteration of the loop 3 random words are picked from the appropriate list and added to the word list. If the count is less than 6 words will be picked from the fruit list otherwise they will be pulled from the tool list. As each word is randomly selected it is added to a used list so it will not be used again. All words are converted to upper case when they are added to the list. Once all 6 lists have been generated the algorithm returns and the experiment begins.