KRandom.h
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Development Platform:

C/C++

  1. //---------------------------------------------------------------------------
  2. // Sword3 Engine (c) 1999-2000 by Kingsoft
  3. //
  4. // File: KRandom.h
  5. // Date: 2000.08.08
  6. // Code: WangWei(Daphnis)
  7. // Desc: Header File
  8. //---------------------------------------------------------------------------
  9. #ifndef KRandom_H
  10. #define KRandom_H
  11. //---------------------------------------------------------------------------
  12. ENGINE_API UINT g_Random(UINT nMax);
  13. ENGINE_API void g_RandomSeed(UINT nSeed);
  14. ENGINE_API UINT g_GetRandomSeed();
  15. //---------------------------------------------------------------------------
  16. #endif