Is there a Matlab implementation of SIMD-oriented Fast Mersenne Twister (SFMT)?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I'm working on a specific application of the Fiyat-Shamir heuristic in Matlab, for which I can use a rng function that takes as input a seed of arbitrary length (instead of only 32-bit integers, like Matlab's implementation). Is there any available implementation that I can use?
Thanks,
-Matan
댓글 수: 1
Jan
2017년 4월 26일
I'm looking in the C-sources today. Perhaps it is easy to wrap this in a MEX function.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!