RAND_set_rand_method() 개인적인 메소드

private RAND_set_rand_method ( IntPtr meth ) : int
meth IntPtr
리턴 int
예제 #1
0
 private void Restore()
 {
     Native.ExpectSuccess(Native.RAND_set_rand_method(original));
 }
예제 #2
0
 public void Override()
 {
     Marshal.StructureToPtr(this.raw, this.ptr, false);
     Native.ExpectSuccess(Native.RAND_set_rand_method(this.ptr));
 }