bernoulliSamplingCommand

Invokes the appropriate Bernoulli sampling routine based on the command line arguments.

This routine selects the appropriate bernoulli sampling function and template instantiation to use based on the command line arguments.

See the bernoulliSkipSampling routine for a discussion of the choices behind the skipSamplingProbabilityThreshold used here.

void
bernoulliSamplingCommand
(
OutputRange
)
(,
auto ref OutputRange outputStream
)
if (
isOutputRange!(OutputRange, char)
)

Meta