|
RandomLib
1.10
|
Using the STL and lambda expressions with RandomLib. More...
#include <iostream>#include <vector>#include <RandomLib/Random.hpp>#include <RandomLib/NormalDistribution.hpp>Go to the source code of this file.
Macros | |
| #define | HAVE_LAMBDA 0 |
Functions | |
| int | main (int, char **) |
Using the STL and lambda expressions with RandomLib.
Compile/link with, e.g.,
g++ -I../include -O2 -funroll-loops -o RandomLambda RandomLambda.cpp ../src/Random.cpp
./RandomLambda
See Interaction with the standard template library, for more information.
Copyright (c) Charles Karney (2006-2011) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://randomlib.sourceforge.net/
Definition in file RandomLambda.cpp.
| #define HAVE_LAMBDA 0 |
Definition at line 30 of file RandomLambda.cpp.
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 62 of file RandomLambda.cpp.
1.8.6