KYLChiu / ExoticMonteCarloEngine

Apache License 2.0
6 stars 0 forks source link

[Python] Refractor random number generator to support correlated Brownians #29

Open ccjeremylo opened 1 year ago

ccjeremylo commented 1 year ago

Design in a way that supports correlated random normals.

Potentially requires significant refactoring of the RNG. Suggestions are welcome.