RANDI_ORG: True random integer numbers

버전 1.5.0.0 (3.51 KB) 작성자: Giampiero Salvi
Queries www.random.org to collect true random integer numbers.
다운로드 수: 755
업데이트 날짜: 2010/6/18

라이선스 보기

The RANDI_ORG function has a similar usage as the RANDI function. However, instead of returning pseudo-random numbers, it queries the site http://www.random.org to collect true random numbers. Refer to the web site for a discussion on the difference between pseudo and true randomness.

Note that http://www.random.org allows limited traffic per day, check the site for more details.

인용 양식

Giampiero Salvi (2024). RANDI_ORG: True random integer numbers (https://www.mathworks.com/matlabcentral/fileexchange/27849-randi_org-true-random-integer-numbers), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
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!

randi_org/

버전 게시됨 릴리스 정보
1.5.0.0

- fixed random.org limitation of 10000 numbers per query

1.4.0.0

- without arguments checks for quota at www.random.org

1.3.0.0

- removed dependencies on curl (using urlread instead)
- added warning about limited traffic from www.random.org

1.2.0.0

- fixed small bug

1.1.0.0

- fixed examples in the help text
- fixed handling of negative sizes

1.0.0.0