Hello at all.
I try to implement a heuristic where I need to generate variables that are (pseudo-random) distribution uniform between -1 and 1.
I know about this function random() but I am not sure of which distribution the results of this functions are. So do you know any already installed C++ function that I can use to solve my problem or do you have any idea how to implement it by myself in C++???
I would be very glad if anyone of tou can help me.