Chebyshev
Unit testing for scientific software
Loading...
Searching...
No Matches
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

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

Functions

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

Detailed Description

Input generators for benchmarks.