NIntegrate::bdith
An incorrect specification for "BisectionDithering":
NIntegrate[x1 + x2 + x3, {x1, 0, 1}, {x2, 0, 1}, {x3, 0, 1}, Method -> {"AdaptiveMonteCarlo", "BisectionDithering" -> 1}]This shows a correct specification for "BisectionDithering":
NIntegrate[x1 + x2 + x3, {x1, 0, 1}, {x2, 0, 1}, {x3, 0, 1}, Method -> {"AdaptiveMonteCarlo", "BisectionDithering" -> 1 / 5}]