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

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 **)
 

Detailed Description

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) 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 RandomLambda.cpp.

Macro Definition Documentation

#define HAVE_LAMBDA   0

Definition at line 30 of file RandomLambda.cpp.

Function Documentation

int main ( int  ,
char **   
)

Definition at line 62 of file RandomLambda.cpp.