Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for random.kix

(view source code of random.kix as plain text)

  1. ; Generate and display random number
  2. ; Note: The RND function uses a list of semi-random numbers.
  3. ;       It will start at the same position of that list in
  4. ;       every new session. So to get "real" random numbers
  5. ;       you need to make sure the RND function is allways
  6. ;       called within the same Kix script and session.
  7.  
  8. ? rnd(99)
  9.  

page last modified: 2024-04-16; loaded in 0.0163 seconds