diff options
Diffstat (limited to 'src/noise.h')
-rw-r--r-- | src/noise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h index e4a9ed6c7..ee8efea83 100644 --- a/src/noise.h +++ b/src/noise.h @@ -66,7 +66,7 @@ public: throw PrngException("Invalid range (max < min)"); /* Here, we ensure the range is not too large relative to RANDOM_MAX, - as otherwise the effects of bias would become noticable. Unlike + as otherwise the effects of bias would become noticeable. Unlike PcgRandom, we cannot modify this RNG's range as it would change the output of this RNG for reverse compatibility. */ |