I'm currently writing an app for my e71 which requires the Math.random function. However, I have found that each time I start up the app on the e71 it will produce the same sequence of random numbers. I have tried seeding it with Date().getTime() and Date().getSeconds(), and although it produces a different set of numbers, the sequence of numbers is still the same on startup.
Has anyone had this issue before, and does anyone know how to resolve it?

Reply With Quote


