Differences between revisions 15 and 16
Revision 15 as of 2018-10-02 10:20:30
Size: 1016
Editor: khellman
Comment: Open up
Revision 16 as of 2018-10-02 21:38:02
Size: 1017
Editor: khellman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
The `unzip(1L)` utility can be used to inspect and unroll these archive file, eg: The `unzip(1L)` utility can be used to inspect and unroll these archive files, eg:

Here are some sample trace files for use in your initial simulation assignments.

The naming pattern uniform-X-Y-Z.dat is a Uniform(X,Y) distribution; a P represents a decimal point in the naming convention. Z is simply a "globbing" parameter to collect different trace file sets into smaller ZIP file downloads.

These really are random numbers, you may mix and match between Z sets. If you combine files be sure to combine like distributions.

This archive contains seven different sequences of Uniform(0,1)

The unzip(1L) utility can be used to inspect and unroll these archive files, eg:

$ unzip -l sim-traces-00.zip

Assignments/TraceFiles (last edited 2023-09-30 15:47:30 by khellman)