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§
- Rand
Error - RNG-specific error type.
Type Aliases§
- Rand
Result - Convenience alias used throughout the rand crate.