Reads in two command-line arguments lo and hi and prints N uniformly
random real numbers in [lo, hi) to standard output.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void MainTest(
string[] args
)
Parameters
- args
- Type: SystemString
Place holder for user arguments
See Also