cctw  0.2.1
Functions
cctwcomparer.cpp File Reference
#include "cctwcomparer.h"
#include "cctwapplication.h"
#include "cctwinputdatah5.h"
Include dependency graph for cctwcomparer.cpp:

Go to the source code of this file.

Functions

static int randomIndex (int n)
 

Function Documentation

static int randomIndex ( int  n)
static

Definition at line 39 of file cctwcomparer.cpp.

Referenced by CctwComparer::compareDatasetsApproximately().

40 {
41  return qrand()%n;
42 }