MYRANDINT -- Random Integer Generation

Random integers drawn uniformly from a specified set.

You are now following this Submission

Returns a matrix of random elements drawn uniformly from within a specified set. Sampling can be done with or without replacement. (This function was intended to fill the role of RANDINT in the Comm Toolbox, which I no longer possess. No claims are made for correctness or efficiency.)

Cite As

David Fass (2026). MYRANDINT -- Random Integer Generation (https://se.mathworks.com/matlabcentral/fileexchange/5346-myrandint-random-integer-generation), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Removed a bug that returned vectors of the wrong orientation.