JuliaWaveScattering / MultipleScattering.jl

A Julia library for simulating, processing, and plotting multiple scattering of waves.
Other
45 stars 12 forks source link

Fix random simulations #14

Closed jondea closed 3 years ago

jondea commented 6 years ago

The ability to do random simulations has not yet been finished in version 0.2. Many of the inner functions can be unchanged, but the outer structures (SimulationDistribution and StatisticalMoments) need some more careful thought and motivating examples.

jondea commented 5 years ago

Decided that all the Distribution and sample structure was over complicated, so I've just fixed and simplified the random_particles function. To get random simulations, we should just use the function at the top level. Will close this issue if there are no objections and when we have an example.