Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ next_vec2
Method
next_vec2
tools/bloom-reference/src/main.rs:1048–1050 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1046
}
1047
1048
fn next_vec2(&mut self) -> Vec2 {
1049
Vec2::new(self.next_f32(), self.next_f32())
1050
}
1051
}
1052
1053
/// Seed derived from pixel coords + sample index + global seed so each
Callers
2
sample_brdf
Function · 0.80
render
Function · 0.80
Calls
1
next_f32
Method · 0.80
Tested by
no test coverage detected