Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to select numbers randomly from a matrix so that same random numbers can be selected at the sender side and the receiver side?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to select numbers randomly from a matrix so that same random numbers can be selected at the sender side and the receiver side in matlab?
댓글 수: 1
Star Strider
2015년 6월 30일
What information is the sender allowed to share with the receiver? Indices? Probability? Other data?
답변 (1개)
Walter Roberson
2015년 6월 30일
You can set the two sides to use the same pseudorandom generator state, but you have to somehow communicate that state. This is a difficult problem known as Key Exchange
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!