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

Simple examples of use of RandomLib. More...

#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <RandomLib/Random.hpp>
#include <RandomLib/NormalDistribution.hpp>
#include <RandomLib/RandomSelect.hpp>

Go to the source code of this file.

Functions

int main (int, char **)
 

Detailed Description

Simple examples of use of RandomLib.

Compile/link with, e.g.,
g++ -I../include -O2 -funroll-loops -o RandomExample RandomExample.cpp ../src/Random.cpp
./RandomExample

This provides a simple illustration of some of the capabilities of RandomLib.

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 RandomExample.cpp.

Function Documentation

int main ( int  ,
char **   
)