Lumiera  0.pre.03
»edit your freedom«
random-draw-test.cpp File Reference

Go to the source code of this file.

Description

unit test RandomDraw_test

Definition in file random-draw-test.cpp.

#include "lib/test/run.hpp"
#include "lib/random-draw.hpp"
#include "lib/format-string.hpp"
#include "lib/test/test-helper.hpp"
#include <array>

Classes

struct  SymmetricFive::Adaptor< SIG >
 Adaptor to handle further mapping functions. More...
 
struct  SymmetricFive::Adaptor< RES(size_t, double)>
 inject external contextual state into a mapping function More...
 
struct  SymmetricFive::Adaptor< RES(uint, uint)>
 allow a mapping function rely on quantisation cycles More...
 
class  RandomDraw_test
 
struct  SymmetricFive
 

Typedefs

using Draw = RandomDraw< SymmetricFive >
 

Functions

 LAUNCHER (RandomDraw_test, "unit common")
 Register this test class... More...
 

Variables

double ctxParameter = 1.0
 

Namespaces

 lib
 Implementation namespace for support and library code.
 

Class Documentation

◆ lib::test::anonymous_namespace{random-draw-test.cpp}::SymmetricFive::Adaptor

struct lib::test::anonymous_namespace{random-draw-test.cpp}::SymmetricFive::Adaptor
+ Collaboration diagram for SymmetricFive::Adaptor< SIG >:

Function Documentation

◆ LAUNCHER()

lib::test::LAUNCHER ( RandomDraw_test  ,
"unit common"   
)

Register this test class...