1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Reintroduce random_stir()

[originally from svn r763]
This commit is contained in:
Simon Tatham 2000-10-25 06:59:25 +00:00
parent 38e7de3372
commit f9cf0d70b7

View File

@ -183,6 +183,7 @@ void random_init(void) {
random_active = 1;
noise_get_heavy(random_add_heavynoise_bitbybit);
random_stir();
}
int random_byte(void) {