Webinar 2018 Using Pseudorandom Number Sequences in C++

From SHARCNETHelp
Revision as of 11:10, 11 March 2021 by Syam (talk | contribs) (Created page with "Many scientific applications need a way to generate multiple reliable pseudo-random number sequences using a number of distributions (e.g., uniform, normal, etc.). Additionall...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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++.