Skip to main content

Module error

Module error 

Source
Expand description

Error types for OxiCUDA Rand operations.

Provides RandError covering all failure modes for GPU-accelerated random number generation – seed validation, size checks, PTX generation, kernel launch issues, and underlying CUDA driver errors.

Enums§

RandError
RNG-specific error type.

Type Aliases§

RandResult
Convenience alias used throughout the rand crate.