Changed random number generator to return FLMUINT32 values rather than FLMINT32 values.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@388 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-08 23:28:00 +00:00
parent 338f723763
commit e4039dec32
6 changed files with 53 additions and 45 deletions

View File

@@ -534,7 +534,7 @@ RCODE IBinaryTestImpl::encryptionTest(
{
if ( uiTotalBytesRead < ui64TotalSize)
{
uiChunkSize = pRand->getINT32( 1,
uiChunkSize = pRand->getUINT32( 1,
(FLMUINT32)(ui64TotalSize - uiTotalBytesRead));
if ( pszBuffer)