Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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 vues (au cours des 30 derniers jours)
Anushka
Anushka le 30 Juin 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaire
Star Strider
Star Strider le 30 Juin 2015
What information is the sender allowed to share with the receiver? Indices? Probability? Other data?

Réponses (1)

Walter Roberson
Walter Roberson le 30 Juin 2015
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

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by