Posted: 12 May 2015, 02:01
where to put the random seed ?
I put it like that...it is working but is it good practice ?
void wander::onGetParamInfo(int ParamIndex, TParamInfo* pParamInfo)
/* initialize random seed: */
srand(time(NULL));
thanx
* a wander behaviour on the way....
I put it like that...it is working but is it good practice ?
void wander::onGetParamInfo(int ParamIndex, TParamInfo* pParamInfo)
/* initialize random seed: */
srand(time(NULL));
thanx
* a wander behaviour on the way....