Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
GetRandomUniform is a random number code snippet to draw a value from 0.0 to (and not including) 1.0. All values have an equal likelyhood to be drawn.
#include <cstdlib> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.