Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Jun. de 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

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by