Skip to content

Statistics based testing for ArrayHandleRandomUniformReal

Li-Ta Lo requested to merge ollielo/vtk-m:uniform_real into master

With DescriptiveStatistics in the main branch, we can add some unit tests for the RNG based on statistics. Here I simply added that the mean of uniform real is 0.5 and variance = 1/12.

Merge request reports