Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
__gmp_rand_function Struct Reference

#include <gmpfrxx.h>

Static Public Member Functions

static void eval (mpz_ptr z, gmp_randstate_t s, unsigned long int l)
 
static void eval (mpz_ptr z, gmp_randstate_t s, mpz_srcptr w)
 
static void eval (mpfr_ptr f, gmp_randstate_t s, unsigned long int prec)
 

Detailed Description

Definition at line 1663 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/3]

static void __gmp_rand_function::eval ( mpfr_ptr  f,
gmp_randstate_t  s,
unsigned long int  prec 
)
inlinestatic

Definition at line 1669 of file gmpfrxx.h.

References MpFrC::get_rnd().

◆ eval() [2/3]

static void __gmp_rand_function::eval ( mpz_ptr  z,
gmp_randstate_t  s,
mpz_srcptr  w 
)
inlinestatic

Definition at line 1667 of file gmpfrxx.h.

References w.

◆ eval() [3/3]

static void __gmp_rand_function::eval ( mpz_ptr  z,
gmp_randstate_t  s,
unsigned long int  l 
)
inlinestatic

The documentation for this struct was generated from the following file: