aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/random.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.