Here are the examples of the csharp api class wServer.realm.StatsManager.DamageRandom.obf3() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
4 Examples
0
0
0
3. Example
View licensepublic uint obf6(uint param1, uint param2) { if (param1 == param2) { return param1; } return param1 + this.obf3()%(param2 - param1); }
0
4. Example
View licensepublic float obf5(float param1 = 0.0f, float param2 = 1.0f) { float _loc3_ = this.obf3()/2147483647; float _loc4_ = this.obf3()/2147483647; float _loc5_ = (float) Math.Sqrt(-2*(float) Math.Log(_loc3_))*(float) Math.Cos(2*_loc4_*Math.PI); return param1 + _loc5_*param2; }