Ejemplo n.º 1
0
 /// <summary>
 /// Adds the content of the screen to the Pseudo RNG
 /// </summary>
 public static void Screen()
 {
     OpenSSL.RAND_screen();
     fSeeded = true;
 }