Re-exports§
pub use const_random;
Macros§
Structs§
Functions§
- get_
next_ counter - returns the number one more than what it returned last time you called it
- get_
random - init
- maybe_
get_ random - maybe_
rand_ choice - rand
- rand_
bool - Return a bool with a probability
pof being true. - rand_
choice - rand_
color - rand_
f32 - generates f32 between -1 and 1
- rand_
range - rand_
ratio - Return a bool with a probability of
numerator/denominatorof being true. - rand_
usize - rand_
vec2 - rand_
vec3 - rand_
vec4