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

◆ urandomb()

const mpreal mpfr::urandomb ( gmp_randstate_t & state)
inline

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