Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Random number

 

Code snippets about random numbers.

 

  1. Get a random double from a normal distribution, GetRandomNormal
  2. Get a random double from zero to one, GetRandomUniform
  3. Get a random integer, std::rand
  4. GetRandomNormal, get a random double from a normal distribution
  5. GetRandomUniform, get a random double from zero to one
  6. rand, get a random integer
  7. random_shuffle, shuffle a std::vector to a random order
  8. Randomize on timer, RandomizeTimer
  9. RandomizeTimer, randomize on timer
  10. Set seed using timer, RandomizeTimer
  11. Shuffle a std::vector to a random order, std::random_shuffle
  12. std::rand, get a random integer
  13. std::random_shuffle, shuffle a std::vector to a random order

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict