Home
last modified time | relevance | path

Searched defs:MyF32 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/distributions/
Duniform.rs1533 struct MyF32 { in test_custom_uniform() struct
1534 x: f32, in test_custom_uniform()
1563 impl SampleUniform for MyF32 { in test_custom_uniform() implementation