Random
In [1]:
Copied!
from geowanhee.common import create_25_random_points
from geowanhee.common import create_25_random_points
In [2]:
Copied!
create_25_random_points()
create_25_random_points()
[(18, 20), (3, 1), (25, 13), (16, 16), (22, 1), (24, 29), (14, 9), (4, 8), (22, 19), (24, 4), (10, 11), (5, 24), (1, 5), (30, 20), (13, 16), (10, 20), (25, 18), (20, 6), (20, 15), (27, 2), (8, 1), (4, 28), (16, 5), (1, 19), (7, 8)]
Out[2]:
[(18, 20), (3, 1), (25, 13), (16, 16), (22, 1), (24, 29), (14, 9), (4, 8), (22, 19), (24, 4), (10, 11), (5, 24), (1, 5), (30, 20), (13, 16), (10, 20), (25, 18), (20, 6), (20, 15), (27, 2), (8, 1), (4, 28), (16, 5), (1, 19), (7, 8)]