RNG class has bug in Float(), sort it out soon

This commit is contained in:
2024-06-04 16:24:30 -04:00
parent ab6b2b7972
commit c17ed20fa9
2 changed files with 11 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
namespace J3ML::Algorithm
{
/** @brief A linear congruential random number generator.
/** @brief A linear congruential random number generator.
Uses D.H. Lehmer's Linear Congruential Method (1949) for generating random numbers.
Supports both Multiplicative Congruential Method (increment==0) and