* @brief Generate samples according to some pdf * @details This function uses Metropolis-Hastings to generate random numbers. * It generates a sequence of random numbers by using a markov chain. Therefore, * we need to define a start_point and the number of samples we want to * generate. Because the first samples generated by the markov chain may not be * distributed according to the given pd
source not stored for this graph (policy: none)
no test coverage detected