diff options
-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. |