Seed rand().

This commit is contained in:
Themaister 2013-03-03 12:39:11 +01:00
parent 28c9f51913
commit 3ed3217270

View File

@ -23,6 +23,7 @@
int main(int argc, char *argv[])
{
srand(time(NULL));
int16_t input_i[1024];
int16_t output_i[1024 * 8];