Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / XML

System.Random and Infinite Monkey Theorem

Rate me:
Please Sign up or sign in to vote.
4.80/5 (9 votes)
5 May 2020CPOL16 min read 17.6K   171   9  
Jumping along the System.Random output sequence with logarithmic complexity
This article explains some basic properties of the linear random number generators. Using these properties, we will see how to set up the System.Random generator from the .NET framework to output a predefined text. This technique can also be used to split the RNG output into independent random streams suitable for distributed computing.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


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

Comments and Discussions