Webinar 2018 Using Pseudorandom Number Sequences in C++

From SHARCNETHelp
Jump to navigationJump to search

Many scientific applications need a way to generate multiple reliable pseudo-random number sequences using a number of distributions (e.g., uniform, normal, etc.). Additionally such applications often also need to record in files or pass to threads of execution the state of pseudo random number generators so that their sequence of numbers can be replayed or continued from a specific sequence value later. This webinar will cover how this can be accomplished using C++.