aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/rng.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 15:35:01 +0000
committerlloyd <[email protected]>2008-10-01 15:35:01 +0000
commit909389b209d97ac3d7f83d76abef9cf943e7e9c7 (patch)
tree4cbb88cb974873b88ef2fd1ff7be0df4f8cddc4f /src/core/rng.cpp
parentaaf7a6e172deab17dfffe442b896ccfc178b7318 (diff)
Line wrap
Diffstat (limited to 'src/core/rng.cpp')
-rw-r--r--src/core/rng.cpp2
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");
}
}