Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 268 Bytes

Introduction

A simple monte carlo option pricer

Building

The build uses cmake, to generate:

cmake -S . -B build

To build

cmake --build build --config Release --verbose --parallel 4

If successful, program can be run:

build/montecarlo