randinrc

버전 1.0.2 (2.19 KB) 작성자: Bruno Luong
randi with non-repeat constraint.
다운로드 수: 3
업데이트 날짜: 2023/8/4

라이선스 보기

randinrc returns a pseudo random (n x m) array R such that
  • R contains integers in (1:range)
  • for each column Rj = R(:,j) two elements of Rj that has the same value are separated by at least minstep in their positions
Optionally drawing with and without replacement cen be specified by user

인용 양식

Bruno Luong (2024). randinrc (https://www.mathworks.com/matlabcentral/fileexchange/133192-randinrc), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Slightly faster using FIFO

1.0.1

Add example in the H1 line

1.0.0