RandomSeq Class |
Namespace: Algs4Net
public class RandomSeq
The RandomSeq type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest |
Reads in two command-line arguments lo and hi and prints N uniformly
random real numbers in [lo, hi) to standard output. |
For additional documentation, see Section 1.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class RandomSeq implementation by the respective authors.