Support for ibs
Adds two C++ functions needed for the implementation of IBS tracking:
- random_normal: Random normal distribution generator
- interp_const_bin: Interpolation function assuming constant space between the xp values.
Unittests for both functions are also provided.