I need some help with a small problem.
I have a class called GoldenPerch. I want to create an instance (which i know how to do), and then randomly set it's weight using a method called public void setWeight() which uses random() from java.lang.Math. The weight must be between 0.0 and 5.0.