[][src]Module hcomplex::random

Structs

NonZero

Distribution that only guarantees to produce an element which norm is greater than epsilon.

StandardNormal

Samples floating-point numbers according to the normal distribution N(0, 1) (a.k.a. a standard normal, or Gaussian). This is equivalent to Normal::new(0.0, 1.0) but faster.

Unit

Distribution that provides points uniformly distubuted on the N-dimensional sphere, where N is the number of dimensions of a specified hypercomplex number.