goostengine / goost

A general-purpose, extensible and customizable C++ extension for Godot Engine.
https://goostengine.github.io/
MIT License
479 stars 18 forks source link

Rename `Random.choice()` to `Random.pick()` #181

Closed Xrayez closed 2 years ago

Xrayez commented 2 years ago

Part of #176.

  1. To avoid name collision with Random.choices() for weighed selection.
  2. Random.pick() will go along with Random.pop()
  3. Faster and easier to type.