Apologies in advance for asking a (seemingly obvious) question. I haven't found an answer online, so I figured I'd ask:
Is Java's Util.Random platform-independent?
For Example, is new Random(50)
going to produce the exact same sequence of random numbers in both *nix and Windows systems?