Kaba function cloud.random_sample ed

...

Syntax ed

func static cloud.random_sample(points: vec3[], n: i32) -> vec3[]
func static cloud.random_sample(points: Point[], n: i32) -> Point[]

Parameters ed

points: Point[]
...

n: i32
...

Return ed

...