Skip to main content

RngFloatSupported

Trait RngFloatSupported 

Source
pub trait RngFloatSupported: CudaDtype { }
Expand description

Capability marker — type may be a cuRAND distribution element (Self is one of the float dtypes accepted by curandGenerate*).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl RngFloatSupported for f32

Source§

impl RngFloatSupported for f64

Implementors§