MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / random

Method random

src/java/lang/Math.java:188–192  ·  view source on GitHub ↗

Generates a random number between 0.0 and 1.0. Random number generators are often referred to as pseudorandom number generators because the numbers produced tend to repeat themselves after a period of time. @return a pseudorandom double between 0.0 and 1.0.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

paintMethod · 0.95
addNodeMethod · 0.95
runMethod · 0.95
relaxMethod · 0.95
actionMethod · 0.95
mouseUpMethod · 0.95
paintMethod · 0.95
BounceImageClass · 0.95
stepMethod · 0.95
runMethod · 0.95
paintMethod · 0.95
paintMethod · 0.95

Calls 1

nextDoubleMethod · 0.80

Tested by

no test coverage detected