bernoulliSamplingCommand

Bernoulli sampling on the input stream.

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