cisst-saw
|
Definition of vctRandom for fixed size vectors. More...
#include <cisstCommon/cmnRandomSequence.h>
#include <cisstCommon/cmnPortability.h>
#include <cisstVector/vctForwardDeclarations.h>
#include <cisstVector/vctFixedSizeVector.h>
Go to the source code of this file.
Macros | |
#define | _vctRandomFixedSizeVector_h |
Functions | |
template<vct::size_type _size, vct::stride_type _stride, class _elementType , class _dataPtrType > | |
void | vctRandom (vctFixedSizeVectorBase< _size, _stride, _elementType, _dataPtrType > &vector, const _elementType min, const _elementType max) |
Definition of vctRandom for fixed size vectors.
#define _vctRandomFixedSizeVector_h |