The random() function is, according to the Java docs, supposed to provide the same sequence of numbers regardless of platform. Thus, if one were to plot a set of lines using coordinates and colours generated via randomSeed() and random(), the results must be the same across all platforms and implementations.