isRandomDistribution

Test if RandomDist is a random distribution. The overload taking an ElementType also makes sure that the distribution generates values of that type.

A random distribution has at least the following features:

  1. template isRandomDistribution(RandomDist, ElementType)
    template isRandomDistribution (
    RandomDist
    ElementType
    ) {}
  2. template isRandomDistribution(RandomDist)

Members

Variables

isRandomDistribution
enum bool isRandomDistribution;
Undocumented in source.

Meta