示例#1
0
 public UBigInt GenerateUBigInt(Int32 bit_count)
 {
     return(new UBigInt(EngineObject.GenerateUBigIntRandomValue(_random_state_object_handle, bit_count)));
 }