Skip to content

Commit

Permalink
Add javadoc message.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Oct 4, 2024
1 parent f1da748 commit aa95e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/lewmc/essence/Essence.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class Essence extends JavaPlugin {

/**
* Manages random numbers.
* Pseudo-random, not to be used in secure contexts.
*/
public Random rand = new Random();

Expand Down

0 comments on commit aa95e01

Please sign in to comment.