Ejemplo n.º 1
0
 public static MPFR URandom(MPFR min, MPFR max, bool inclusive = false)
 {
     return(MPFR.URandom(min, max, MPFR.RoundingMode, inclusive));
 }