commit | 76f52cbbbea7e58492226670c51ed24589f69e4a | [log] [tgz] |
---|---|---|
author | Markus Theil <theil.markus@gmail.com> | Tue Feb 11 07:33:32 2025 +0100 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Jun 10 11:30:40 2025 -0600 |
tree | fcdadc241456a00f1febc7bc6569802622603efc | |
parent | 8689ff9c09c86df8fed00d3fd49a0a730887aea1 [diff] |
prandom: remove next_pseudo_random32 next_pseudo_random32 implements a LCG with known bad statistical properties and was only used in two pieces of testing code. With no remaining users now, remove it. Signed-off-by: Markus Theil <theil.markus@gmail.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>