aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-03-31 14:49:55 +0530
committerArun Isaac2021-03-31 14:51:51 +0530
commitbbfbec2bc13d749089299bf2a2b7c55ee1af7887 (patch)
tree3e0e9c6c5f6e486e959d520bf2bbb439d69e7297
parent06c60f361fe9a96cb73ee2ae32de13f5c324ae16 (diff)
downloadsambal-bbfbec2bc13d749089299bf2a2b7c55ee1af7887.tar.gz
sambal-bbfbec2bc13d749089299bf2a2b7c55ee1af7887.tar.lz
sambal-bbfbec2bc13d749089299bf2a2b7c55ee1af7887.zip
Add citation information to README.
* README.md (Citing): New section.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53ef9ce..cb1f485 100644
--- a/README.md
+++ b/README.md
@@ -56,3 +56,9 @@ axis = axis / np.linalg.norm(axis)
max_planar_angle = np.pi/3
print(random_on_cap(axis, max_planar_angle, rng))
```
+
+# Citing
+
+If you use this code for your research, please cite the paper [An O(n)
+algorithm for generating uniform random vectors in n-dimensional
+cones](https://arxiv.org/abs/2101.00936).