Just wondering, why does Math.random() (or any random technique) not work in a constructor or setMethod? It just outputs Null. However Math.sqrt(), ect. does work inside the method.
Once I moved the Math.random() to my main class, sending the result to the setMethod, everything started to work like magic.
Note: both the class and the main have "import java.math.*;"