onegpy.solutions.solution.select_random_points

onegpy.solutions.solution.select_random_points(solution, k)[source]

Obtain k points in the solution at random. :param solution: class Solution :param k: the number of points to obtain :return: a list of class Node