Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 268 Bytes

Implementation of the following natives in JS, C++, C#, Python, and Lua.

  • NETWORK_SEED_RANDOM_NUMBER_GENERATOR
  • NETWORK_GET_RANDOM_INT_RANGED
  • _NETWORK_GET_RANDOM_FLOAT_RANGED

Credit to gir489returns for reversing the natives.