I don't think it's really that big a deal to randomize numbers: you just need any kind of external input to form the seed.
If I wanted random, I'd probably make a function on the milliseconds between key clicks while a user enters his username or something. That is sufficiently unpredictable.
If I wanted random, I'd probably make a function on the milliseconds between key clicks while a user enters his username or something. That is sufficiently unpredictable.