Is there any Pseudo Random Generator ?

Blitz3D Forums/Blitz3D Programming/Is there any Pseudo Random Generator ?

All,
since the Rand() command produces different values on different PCs - even using the same seed - I wonder if there's some pseudo random code I can use, so to make multiple PCs to stay in sync.

Any help would greatly appreciated,
Sergio.

Kanati (i think) wrote a Mersenne Twist user lib for Blitz3D. You might be able to find that. It gives identical results on every PC.

[edit] Found it

Its in the archives if I remember correctly.

Thank you :)