Add multi-threading
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
||||
struct Option;
|
||||
|
||||
double gbm_simulation(double spot, double rfr, double vol, double tte, double rand);
|
||||
|
||||
void *run_simulation(void *opt_ptr);
|
||||
|
||||
void gbm(struct Option *opt);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user