Additional comments for the testing PRNG and a seeding fix.

Rw has additional short-cycle inputs because 2^32/0x464fffff >= 2.
This commit is contained in:
Gregory Maxwell
2015-02-02 06:46:04 +00:00
parent 6efd6e7777
commit 34b898dc84
2 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,9 @@
#include "libsecp256k1-config.h"
#endif
/** Seed the pseudorandom number generator. */
/* A non-cryptographic RNG used only for test infrastructure. */
/** Seed the pseudorandom number generator for testing. */
SECP256K1_INLINE static void secp256k1_rand_seed(uint64_t v);
/** Generate a pseudorandom 32-bit number. */