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

◆ urandomb

const mpreal urandomb ( gmp_randstate_t & state)
friend

Definition at line 2829 of file mpreal.h.

2830{
2831 mpreal x;
2832 mpfr_urandomb(x.mpfr_ptr(),state);
2833 return x;
2834}
volatile int x
static gmp_randstate_t state
Definition random.cpp:18

References mpreal(), state, urandomb, and x.

Referenced by urandomb.