Forum

Is me the only one suffer this bug?

I have suffer too long and waiting it fixed automaticaly

Code Share, Very Simple Hash Function

Only support int Hash to Int, return Integer value within the range of 0 to 32767. int Hash( int seed){ srand (seed); return rand (); } void OnStart (){ Print (Hash( 999 )); Print (Hash( 99 )); Print (Hash( 999 )); Print ( "................" ); Print (Hash(Hash(Hash( 99