change comment to dred

Signed-off-by: Marcus Asteborg <maastebo@microsoft.com>
Signed-off-by: Jean-Marc Valin <jmvalin@amazon.com>
This commit is contained in:
Marcus Asteborg 2023-05-30 06:00:06 -07:00 committed by Jean-Marc Valin
parent 6fb930956f
commit 4d8b52b804
No known key found for this signature in database
GPG key ID: 531A52533318F00A

View file

@ -96,7 +96,7 @@ int main(int argc, char **argv)
else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16); else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16);
Rw=Rz=iseed; Rw=Rz=iseed;
fprintf(stderr,"Testing extensions. Random seed: %u (%.4X)\n", iseed, fast_rand() % 65535); fprintf(stderr,"Testing dred. Random seed: %u (%.4X)\n", iseed, fast_rand() % 65535);
if(env_used)fprintf(stderr," Random seed set from the environment (SEED=%s).\n", env_seed); if(env_used)fprintf(stderr," Random seed set from the environment (SEED=%s).\n", env_seed);
test_random_dred(); test_random_dred();