TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 3 forks source link

Move pcg4d to test/utils.c #57

Closed wkearn closed 1 week ago

wkearn commented 1 week ago

Closes #56

This commit introduces an internal module test/utils.c where we can put test-specific utilities to prevent duplication. The pcg4d random number generator that we use in the three test executables has been moved into this module.

This may not be the final location for these things. I'm not a huge fan of a catch-all utils file, but it works for now.