Java Rand is a spiritual successor of the Lava Rand Project. Wikipedia Page Original Website (displayed using the Wayback Machine) Java Rand is a truly random number generator (TRNG).
While it's true that Java Rand uses a psuedo-random number generator, it's seed is truly random because it is a digitization of a chaotic system. Since that chaotic system (a lava lamp) is extremely unpredictable, even at short intervals, Java Rand achieves true randomness for the first number it generates per seed. Java Rand generates a new seed for each new number, thus guaranteeing true randomness each time it generates a new number.
Simply cover the lens of your webcam with a black piece of paper, crank up your camera's exposure (if you can), and you should get enough noise to seed the generator nicely.