distance3d.random.randn_point¶
- distance3d.random.randn_point(random_state, scale=1.0)[source]¶
Sample 3D point from standard normal distribution.
- Parameters:
- random_statenp.random.RandomState
Random number generator.
- scalefloat, optional (default: 1)
Scale of point sampled from normal distribution.
- Returns:
- pointarray, shape (3,)
3D Point sampled from standard normal distribution.