% Rrng functions
autoload('rand', which('Rrng.oct'));
autoload('randn', which('Rrng.oct'));
autoload('rande', which('Rrng.oct'));
autoload('randg', which('Rrng.oct'));
autoload('setseed', which('Rrng.oct'));
autoload('getseed', which('Rrng.oct'));

% utility functions
autoload('identity', which('utils.oct'));
