isSeedable

Test if UniformRNG is a seedable uniform random number generator. The overload taking a SeedType also makes sure that the generator can be seeded with SeedType.

A seedable random-number generator has the following additional features:

  • it has a seed(ElementType) function
  1. template isSeedable(UniformRNG, SeedType)
    template isSeedable (
    UniformRNG
    SeedType
    ) {}
  2. template isSeedable(UniformRNG)

Members

Variables

isSeedable
enum bool isSeedable;
Undocumented in source.

Meta