You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System level genRandomNonBlocking and genRandomBlocking was added to mir.random.engine by Sebastian Wilzbach (@wilzbach). unpredictableSeed became more secure.
SphereVariable, SimplexVariable, DirichletVariable, and MultivariateNormalVariable was added to mir.random.ndvariable by Simon Bürger (@krox). Multivariate normal RNG uses private Cholesky decomposition, which has not unittests yet. PRs are welcome.