Module rand::distributions::utils

source ยท
Expand description

Math helper functions

Macrosยง

Traitsยง

  • BoolAsSIMD ๐Ÿ”’
  • Float ๐Ÿ”’
    Implement functions available in std builds but missing from core primitives
  • FloatAsSIMD ๐Ÿ”’
    Implement functions on f32/f64 to give them APIs similar to SIMD types
  • FloatSIMDUtils ๐Ÿ”’
    Helper trait when dealing with scalar and SIMD floating point types.
  • WideningMultiply ๐Ÿ”’