Macaulay2 Engine
Loading...
Searching...
No Matches

◆ random2

const mpreal random2 ( mp_size_t size,
mp_exp_t exp )
friend

Definition at line 2846 of file mpreal.h.

2847{
2848 mpreal x;
2849 mpfr_random2(x.mpfr_ptr(),size,exp);
2850 return x;
2851}
volatile int x

References exp, mpreal(), random2, and x.

Referenced by random2.