Quaternion Function Reference

rando

Uniformly distributed unit octonions

Syntax

Y = rando(varargin)

Description

rando constructs uniformly distributed octonions (distributed uniformly in 8-space). It accepts the same parameters as the MATLAB® functions rand and randn.

Each octonion returned is the result of eight calls on the MATLAB® function rand, and hence rando 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: randvo
MATLAB® function: rand

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

License terms.