Qualia  0.2
Functions
random_shuffle.h File Reference
#include <qualia/core/common.h>
#include <qualia/util/random.h>
#include <string.h>
Include dependency graph for random_shuffle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void randomShuffledIndices (int *indices, int nIndices)
 
void randomShuffle (int *tabular, int nElems)
 
void randomShuffle (void *tabular, int sizeElem, int nElem)
 

Function Documentation

void randomShuffle ( int *  tabular,
int  nElems 
)
void randomShuffle ( void *  tabular,
int  sizeElem,
int  nElem 
)
void randomShuffledIndices ( int *  indices,
int  nIndices 
)