Ejemplo n.º 1
0
void RandomSeed(UINT32 iSeed) {
  fxnRandSeed(iSeed);
}
Ejemplo n.º 2
0
void RandomSeed(unsigned int iSeed) {
  fxnRandSeed(iSeed);
}