Quaternion Function Reference

randvo

Uniformly distributed octonion vectors (pure octonions

Syntax

Y = randvo(varargin)

Description

randv0 constructs uniformly distributed unit vectors (distributed uniformly in 7-space). It accepts the same parameters as the MATLAB® functions rand and randn.

Each unit vector returned is the result of seven calls on the MATLAB® function rand, and hence randvo modifies the state of the generator used by rand. To initialise the generator or control the choice of generator, use rand.

See Also

QTFM function: rando
MATLAB® function: rand

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.