I am trying to get a random double returned to me in the format #.# however I am getting a value of something to this effect: 0.9395772067578356
How do you force only a one decimal return on a random double as I cannot put paraments in the .nextDouble.
myRandomNumGenerator = new Random();
loadedValue = myRandomNumGenerator.nextDouble();