aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/random.py
Commit message (Collapse)AuthorAgeFilesLines
* utils/random.py: Add a note on conversion to (longitude, latitude)Aaron LI2016-10-281-0/+5
|
* healpix.py: Change all "indices" to "indexes"Aaron LI2016-10-251-2/+2
| | | | Also fix a wrong notation in "random.py"
* Add utils/random.py: Custom random utilitiesAaron LI2016-10-221-0/+51
Currently implement "spherical_uniform()" to generate random points uniformly distributed on the spherical surface.