Skip to content

Commit 8c326c2

Browse files
Add DOI
1 parent 1262e23 commit 8c326c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytransform3d/rotations/_random.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def random_quaternion(rng=np.random.default_rng(0)):
9999
----------
100100
.. [1] Shoemake, K. (1992). Uniform Random Rotations. Graphics Gems III,
101101
pages 124-132. Academic, New York.
102+
DOI: 10.1016/B978-0-08-050755-2.50036-1
102103
"""
103104
return norm_vector(rng.standard_normal(size=4))
104105

0 commit comments

Comments
 (0)