Skip to main content

Crate sge_rng

Crate sge_rng 

Source

Re-exports§

pub use const_random;

Macros§

id

Structs§

RandomState

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 p of 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/denominator of being true.
rand_usize
rand_vec2
rand_vec3
rand_vec4