There was an error while loading. Please reload this page.
1 parent 1262e23 commit 8c326c2Copy full SHA for 8c326c2
1 file changed
pytransform3d/rotations/_random.py
@@ -99,6 +99,7 @@ def random_quaternion(rng=np.random.default_rng(0)):
99
----------
100
.. [1] Shoemake, K. (1992). Uniform Random Rotations. Graphics Gems III,
101
pages 124-132. Academic, New York.
102
+ DOI: 10.1016/B978-0-08-050755-2.50036-1
103
"""
104
return norm_vector(rng.standard_normal(size=4))
105
0 commit comments