MCPcopy Create free account
hub / github.com/PerroEngine/Perro / rand01

Function rand01

perro_source/api_modules/perro_modules/src/random.rs:201–203  ·  view source on GitHub ↗
(seed: u32)

Source from the content-addressed store, hash-verified

199
200#[inline]
201pub fn rand01(seed: u32) -> f32 {
202 rand_u32(seed) as f32 / u32::MAX as f32
203}
204
205#[inline]
206pub fn rand11(seed: u32) -> f32 {

Callers 7

rand11Function · 0.85
chanceFunction · 0.85
rand_unit_vec2Function · 0.85
rand_in_circleFunction · 0.85
rand_unit_vec3Function · 0.85

Calls 1

rand_u32Function · 0.85

Tested by 2