Random number generation

버전 1.0.0.0 (757 Bytes) 작성자: Paul de Wit
Function which generation n random numbers between 0 and 1
다운로드 수: 1.8K
업데이트 날짜: 2006/10/25

라이선스 없음

Function which generation n random numbers between 0 and 1 using the formula ri = (177786 ri-1 + 64654 ri-6) mod (2^31-1)

인용 양식

Paul de Wit (2025). Random number generation (https://kr.mathworks.com/matlabcentral/fileexchange/12747-random-number-generation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Random Number Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Added persistant seed values

tic,prng(10000);,toc
Elapsed time is 0.003760 seconds.