1
2/*
3 Copyright (C) 2000-2003 StatPro Italia srl
4
5 This file is part of QuantLib, a free-software/open-source library
6 for financial quantitative analysts and developers - http://quantlib.org/
7
8 QuantLib is free software: you can redistribute it and/or modify it
9 under the terms of the QuantLib license.  You should have received a
10 copy of the license along with this program; if not, please email
11 <quantlib-dev@lists.sf.net>. The license is also available online at
12 <http://quantlib.org/license.shtml>.
13
14 This program is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16 FOR A PARTICULAR PURPOSE.  See the license for more details.
17*/
18
19/*! \defgroup mcarlo Monte Carlo framework
20
21    This framework (corresponding to the ql/MonteCarlo directory)
22    contains basic building blocks for Monte Carlo simulations.
23
24*/
25
26