Top "Seeding" questions

Improving the quality of random number generation in Qt 5.3

I am currently implementing a random number generator in Qt5.3 as part of genetic algorithm experiments. I have tried several …

c++ qt random seeding qt5.3
`sample()` gives different values with same `set.seed()`

I was creating some random samples and plotting them and noticed a strange behavior. Sampled values were different after loading …

r sample ggplot2 seeding
Seeding database with path from code?

I've been using Laravel's migrations with the path parameter like so: Artisan::call('migrate', array('--path' => 'path/to/my/…

laravel laravel-4 seeding