Module macroquad::rand[][src]

Expand description

Cross platform random generator.

Structs

Traits

Functions

returns a pseudo-random number in the range of 0 to u32::MAX.

Seeds the pseudo-random number generator used by rand() with the value seed.