Skip to content

Commit

Permalink
Update exercises/concept/captains-log/.docs/hints.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kah Goh <[email protected]>
  • Loading branch information
denerose and kahgoh authored Aug 31, 2024
1 parent 95668cb commit 748077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/captains-log/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 2. Generate a random starship registry number

- The `java.util.Random` class provides an overloaded method (a variation on another method) to generate a random `int` between given minimum (inclusive) and a given maximum (exclusive).
- The `java.util.Random` class provides another method to generate a random `int` between given minimum (inclusive) and a given maximum (exclusive).

## 3. Generate a random stardate

Expand Down

0 comments on commit 748077a

Please sign in to comment.