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!