What are the most secure sources of entropy to seed a random number generator? This question is language and platform independent and applies to any machine on a network.
Simple solution if no additional random hardware are available.
Use milliseconds, mouseX and mouseY to generate a seed.