Module cudarc::curand::result

source ·
Expand description

A thin wrapper around sys providing Results with CurandError.

Two flavors of generation:

  1. Not generic: See generate for non-generic generation functions.
  2. Generic: See UniformFill, NormalFill, and LogNormalFill for generic generation functions.

Modules

  • Functions to generate different distributions.

Structs

Traits

  • Fill with log normally distributed numbers of type T.
  • Fill with normally distributed numbers of type T.
  • Fill with uniform distributed numbers of type T.

Functions