Documentation for this section has not yet been entered.
Returns a pseudo-random double n, where n >= 0.0 && n . This method reuses a single instance of Java.Util.Random. This method is thread-safe because access to the Random is synchronized, but this harms scalability. Applications may find a performance benefit from allocating a Random for each of their threads.