diff options
author | Arun Isaac | 2021-03-31 14:51:56 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-31 14:51:56 +0530 |
commit | ed7cd13677ba53f224d46166ceaf579157fbdde1 (patch) | |
tree | d83145fe9daeadf0ef7f6324baa51ac3dc17b93f | |
parent | bbfbec2bc13d749089299bf2a2b7c55ee1af7887 (diff) | |
download | sambal-ed7cd13677ba53f224d46166ceaf579157fbdde1.tar.gz sambal-ed7cd13677ba53f224d46166ceaf579157fbdde1.tar.lz sambal-ed7cd13677ba53f224d46166ceaf579157fbdde1.zip |
Add license information to README.
* README.md (License): New section.
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -62,3 +62,9 @@ print(random_on_cap(axis, max_planar_angle, rng)) 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). + +# License + +sambal is free software released under the terms of the [GNU General +Public License](https://www.gnu.org/licenses/gpl.html), either version +3 of the License, or (at your option) any later version. |