RandomLib  1.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Functions
MPFRExample.cpp File Reference

An example of calling RandomLib::MPFRNormal. More...

#include <cstdio>
#include <iostream>
#include <ctime>
#include <RandomLib/MPFRRandom.hpp>
#include <RandomLib/MPFRNormal.hpp>

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

An example of calling RandomLib::MPFRNormal.

Compile, link, and run with, e.g., g++ -I../include -O2 -o MPFRExample MPFRExample.cpp -lmpfr -lgmp ./MPFRExample

Copyright (c) Charles Karney (2012) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see http://randomlib.sourceforge.net/

Definition in file MPFRExample.cpp.

Function Documentation

int main ( )

Definition at line 20 of file MPFRExample.cpp.