RandomLib
1.10
|
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 () |
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 and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://randomlib.sourceforge.net/
Definition in file MPFRExample.cpp.
int main | ( | ) |
Definition at line 20 of file MPFRExample.cpp.