#include <Random.hpp>
#include "IInputGenerator.hpp"
#include <GNGRepresentation/IGLInputRepresentation.hpp>
#include <cstdlib>
#include <GL/glut.h>
Go to the source code of this file.
Classes | |
class | InputGeneratorDefault |
Generates m_dimensional signals from a hypercubical distribution. More... | |
class | InputRepresentationDefault |
An openGL representation. More... |