p5.strands tutorial: rename the sphere() helper function
Topic
When running the code in https://beta.p5js.org/tutorials/intro-to-p5-strands/, there's is a helper function called sphere here:
This leads to some somewhat confusing code, as sphere() is already a thing in p5. Maybe we can rename this to something else?
@davepagurek what about something like "randomPositionOnSphere"? Long but more descriptive and not in conflict
That sounds good to me!
@davepagurek I'd like to work on this. Can you please assign it to me?
Thanks @reshma045!
Closing as the associated PR has been merged. Thanks!