(view source code of random.kix as plain text)
; Generate and display random number
; Note: The RND function uses a list of semi-random numbers.
; It will start at the same position of that list in
; every new session. So to get "real" random numbers
; you need to make sure the RND function is allways
; called within the same Kix script and session.
? rnd(99)
page last modified: 2024-04-16; loaded in 0.0048 seconds