- getSeed
GodotMethod!(long) getSeed;
Undocumented in source.
- getState
GodotMethod!(long) getState;
Undocumented in source.
- randf
GodotMethod!(double) randf;
Undocumented in source.
- randfRange
GodotMethod!(double, double, double) randfRange;
Undocumented in source.
- randfn
GodotMethod!(double, double, double) randfn;
Undocumented in source.
- randi
GodotMethod!(long) randi;
Undocumented in source.
- randiRange
GodotMethod!(long, long, long) randiRange;
Undocumented in source.
- randomize
GodotMethod!(void) randomize;
Undocumented in source.
- setSeed
GodotMethod!(void, long) setSeed;
Undocumented in source.
- setState
GodotMethod!(void, long) setState;
Undocumented in source.