diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/rng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rng.cpp b/src/core/rng.cpp index 3790f3c4e..fec9641ff 100644 --- a/src/core/rng.cpp +++ b/src/core/rng.cpp @@ -143,7 +143,7 @@ RandomNumberGenerator* RandomNumberGenerator::make_rng() return rng; #endif - throw Algorithm_Not_Found("RandomNumberGenerator::make_rng - no RNG object available"); + throw Algorithm_Not_Found("RandomNumberGenerator::make_rng - no RNG found"); } } |