I've been thinking about algorithms of the form where a quantity $c$ can be viewed as the expectation of some estimator (random variable) $X$ and the expectation is taken over some multivariate Gaussian, a formal way to maybe write this is $$c = E_{\mathcal{N}(\mu, \Sigma)}[X]$$
The only one that I know of is this one here to estimate the permanent of a Hermitian positive semi-definite matrix. There they have access to $N$ samples and don't seem to factor the cost of obtaining the samples into the computation.
I'm curious if there are other "well-known" examples of randomized algorithms where the randomness comes from a Gaussian distribution? I'm curious about how other algorithms factor the cost of obtaining samples into their time complexity. This question is somewhat addressed in this older question.