diff options
Diffstat (limited to 'photon.py')
-rw-r--r-- | photon.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ def uniform_sphere(size=None, dtype=np.double): Number of points to generate. If no size is specified, a single point is returned. - source: Weisstein, Eric W. "Sphere Point Picking." Mathworld. + Source: Weisstein, Eric W. "Sphere Point Picking." Mathworld. """ theta, u = np.random.uniform(0.0, 2*np.pi, size), \ |