I have been studying PRNG algorithms and how are they work (I am interested in to understand the internal working of them). I have studied https://en.cppreference.com/w/cpp/numeric/random and a bunch of questions raised in my head.
- What is the difference between Random Number Generator, UniformRNG, and PseudoRNG?
- What is the number of distributions?
- What are the repeatable simulators?
- What is Entropy?
- What is the difference between std::mt19937_64 and std::random_device?
- Why we should use uniform_int_distribution and this kind of class and where we should use it?
I am new to Stackoverflow. Sorry if you find out this question too basic.
Aucun commentaire:
Enregistrer un commentaire