Skip to content

Commit

Permalink
Generator: more thorough description of the class
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 27, 2024
1 parent 58daad9 commit 5057b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/jme3utilities/math/noise/Generator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2022, Stephen Gold
Copyright (c) 2017-2024 Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -36,7 +36,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
import jme3utilities.math.MyVector3f;

/**
* Generate pseudo-random numbers, vectors, and selections.
* Generate pseudo-random numbers, quaternions, vectors, and selections.
*
* @author Stephen Gold sgold@sonic.net
*/
Expand Down

0 comments on commit 5057b1d

Please sign in to comment.