Is there any Pseudo Random Generator ?

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

semar(Posted 2007) [#1]
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.


GfK(Posted 2007) [#2]
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


Yeshu777(Posted 2007) [#3]
Its in the archives if I remember correctly.


semar(Posted 2007) [#4]
Thank you :)