Skip to content

Add ArrayHandleRandomBernoulli

Wiebke Köpp requested to merge Wiebke/vtk-m:bernoulli-arrayhandle into master

Add an ArrayHandle to provide a RNG for the Bernoulli distribution with parameter p (~B(1,p)) based on discrete inverse transform sampling with ArrayHandleRandomUniformReal.

Merge request reports