Click here to Skip to main content
15,894,180 members
Articles / General Programming / Algorithms

Randomization and Sampling Methods

Rate me:
Please Sign up or sign in to vote.
4.90/5 (85 votes)
29 Dec 2022Public Domain116 min read 198.6K   3K   123  
Has many ways applications can sample using an underlying (pseudo-)random number generator and includes pseudocode for many of them.
This page discusses many ways applications can sample randomized content by transforming the numbers produced by an underlying source of random numbers, such as numbers produced by a pseudorandom number generator, and offers pseudocode and Python sample code for many of these methods.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions