summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Random.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-24 10:39:50 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-24 10:39:50 +0000
commitf0bd740edd421c68ee90596f5b6ed73a94ded080 (patch)
treeb7a286d8a15ce3dd127ce42ec5cd70d82455eb4b /cpp/include/IceUtil/Random.h
parentfix VC6 build error. (diff)
downloadice-f0bd740edd421c68ee90596f5b6ed73a94ded080.tar.bz2
ice-f0bd740edd421c68ee90596f5b6ed73a94ded080.tar.xz
ice-f0bd740edd421c68ee90596f5b6ed73a94ded080.zip
Added tests for generateRandom.
Diffstat (limited to 'cpp/include/IceUtil/Random.h')
-rw-r--r--cpp/include/IceUtil/Random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Random.h b/cpp/include/IceUtil/Random.h
index d92ffe4d1b4..64c010ba2c5 100644
--- a/cpp/include/IceUtil/Random.h
+++ b/cpp/include/IceUtil/Random.h
@@ -35,7 +35,7 @@ private:
};
ICE_UTIL_API void generateRandom(char*, int);
-ICE_UTIL_API int random(int);
+ICE_UTIL_API int random(int = 0);
}