aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/random.py
Commit message (Collapse)AuthorAgeFilesLines
* Small updates to comments and configuration descriptionsAaron LI2017-07-191-8/+11
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* 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.