public class RandomSeq extends Object
For additional documentation, see Section 1.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Reads in two command-line arguments lo and hi and prints N uniformly
random real numbers in [lo, hi) to standard output.
|
public static void main(String[] args)
Copyright © 2025. All Rights Reserved.