Exemple #1
0
 public string Randomize(int length = 1)
 {
     return(Marshal.PtrToStringAnsi(Luna.Randomize(length)));
 }