(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: 2025-10-11; loaded in 0.0071 seconds