Esempio n. 1
0
 public string GetRandomKey()
 {
     return(MarkovChain.ElementAt(RandomNumber.Next(MarkovChain.Count)).Key);
 }