Print

Print


Hello Brandon,
 Math.-random() only gives you one thing, a double value between 
zero and one, not including one. The Random class provides a
lot more functionality (such as the ability to seed it for
reproducibility) so I would suggest you simply use it instead.
Norman