How is a random value formed in the object Random? What is the mechanism, is it possible to predict each subsequent value of Random?
- Here's a fun video on the topic of randomness in c #. youtu.be/eLw-gRofeGo - Nikita
- Possible duplicate question: Initial value of Random () in C # - tym32167
- @Flippy sensors? Can you specify in which version of .NET there sensors, and give a link to the corresponding sorts? - Vladimir Martyanov
- 3@ Sergey source codes, it seems, have, NET are open and there you can see how it is implemented. Guessing the following values is realistic, but you need to know the implementation of the generator. - Vladimir Martyanov
- one@Flippy I'm sure that there are no sensors ;-) - Vladimir Martyanov
|