qbiocode.data_generation.make_spheres module#

Summary#

Functions:

generate_points_in_nd_sphere

Generates n random points within a n-d sphere of given radius.

my_make_spheres

Reference#

generate_points_in_nd_sphere(n_s, dim=3, radius=1, thresh=0.9)[source]#

Generates n random points within a n-d sphere of given radius.

my_make_spheres(n_s=[100, 125, 150, 175, 200, 225, 250, 275], dim=[5, 10], radius=[5, 10, 15], save_path=None)[source]#