reset password
Author Message
The Real Bryan
Posts: 12
Posted 21:50 Sep 23, 2019 |

The subject says it all: "Will We Need to Use Math.random(), or Just java.util.Random?"

Last edited by The Real Bryan at 21:51 Sep 23, 2019.
wcwir
Posts: 75
Posted 21:57 Sep 23, 2019 |

There is nothing on Checkpoint 2 that requires the use of Math.random(). You do have to generate a random number, but if you prefer java.util.Random, use that.

The Real Bryan
Posts: 12
Posted 22:07 Sep 23, 2019 |

Thank you so much for replying so fast! See you on Wednesday!