I found in the Fast Artificial Neural Network documentation that the seed function is fann_seed_rand()
but I don't understand how it works. Calling it or not seems to do the same.
How can I fix the seed? The main goal is for fann_shuffle_data()
to do the same shuffling every time and test different ANN configurations.
Thanks in advance,