The Osiris Random() call uses the standard C(++) library's "rand()" function. However, there are a few places in the engine where the random seed gets reset, and maybe some external libraries also do this. I'll look into changing it into something that is independent of external influences.