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 日間)
Anushka
Anushka 2015 年 6 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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
Star Strider 2015 年 6 月 30 日
What information is the sender allowed to share with the receiver? Indices? Probability? Other data?

回答 (1 件)

Walter Roberson
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 件のコメント
Anushka
Anushka 2015 年 6 月 30 日
Sir as I am new to matlab can you please give me the cod for the same.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by