Tagged Questions

0
votes
2answers
165 views

Creating a word from a random set of specific letters

I'm trying to generate a word with a specific set of letters. The first letter of the word must contain the letters P,G,T,K the second A,E,I,O,U I have tried generating them with the code blow with ...