Chebyshev
Unit testing for scientific software
generator.h File Reference

Input generators for benchmarks. More...

#include <functional>
#include "../core/common.h"
#include "../core/random.h"

Go to the source code of this file.

Namespaces

 chebyshev
 General namespace of the framework.
 
 chebyshev::benchmark
 Benchmark module.
 
 chebyshev::benchmark::generator
 Input generators for benchmarks.
 

Functions

auto chebyshev::benchmark::generator::uniform1D (long double a, long double b)
 Uniform generator over a domain.
 

Detailed Description

Input generators for benchmarks.