diff options
author | Phil Burk <[email protected]> | 2020-10-30 09:50:25 -0700 |
---|---|---|
committer | Phil Burk <[email protected]> | 2020-10-30 09:50:25 -0700 |
commit | 7e9a448f5ef04d9306925bf446cf933dbca32304 (patch) | |
tree | f4c522257f18b07a2191fe09d7aa8f6927ca8952 /src/com/jsyn/util/PseudoRandom.java | |
parent | 20398a1bca9ce8a97e9c27b23c964474b3110aa4 (diff) |
JSyn: fix spelling of Lisa Tolentino
Diffstat (limited to 'src/com/jsyn/util/PseudoRandom.java')
-rw-r--r-- | src/com/jsyn/util/PseudoRandom.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jsyn/util/PseudoRandom.java b/src/com/jsyn/util/PseudoRandom.java index 7fcb1f4..e92b669 100644 --- a/src/com/jsyn/util/PseudoRandom.java +++ b/src/com/jsyn/util/PseudoRandom.java @@ -26,7 +26,7 @@ import java.util.Random; * Pseudo-random numbers using predictable and fast linear-congruential method. * * @author Phil Burk (C) 2009 Mobileer Inc Translated from 'C' to Java by Lisa - * Tolenti. + * Tolentino. */ public class PseudoRandom { // We must shift 1L or else we get a negative number! |