diff options
author | Arun Isaac | 2021-02-26 20:47:48 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-26 20:47:48 +0530 |
commit | 1f4f7e907aed07a4b70808cce6ec2150b4420ad5 (patch) | |
tree | d0abf03376ba0bab9f91aa1313cb6cd7f3d7f1a1 | |
parent | e260e4022c3bf8ac50f56d375036162a5b62f55a (diff) | |
download | nsmc-1f4f7e907aed07a4b70808cce6ec2150b4420ad5.tar.gz nsmc-1f4f7e907aed07a4b70808cce6ec2150b4420ad5.tar.lz nsmc-1f4f7e907aed07a4b70808cce6ec2150b4420ad5.zip |
Add explicit citation information in README.
* README.org (Citing): New section.
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,6 +40,13 @@ and dynamic libraries are found correctly. $ ./build/pre-inst-env ./generate-cone-vector #+END_SRC +* Citing + +If you use this code for your research, please cite one or more of the +following papers as relevant. +- [[https://arxiv.org/abs/2101.00936][An O(n) algorithm for generating uniform random vectors in n-dimensional cones]] +- [[https://arxiv.org/abs/2007.06808][An algorithm for estimating volumes and other integrals in n dimensions]] + * License The source code is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.html][GNU |