|
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) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://randomlib.sourceforge.net/
Definition in file MPFRExample.cpp.
| int main | ( | ) |
Definition at line 20 of file MPFRExample.cpp.
1.8.6