home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
test
/
rand.awk
< prev
next >
Wrap
Text File
|
1996-09-28
|
97b
|
7 lines
BEGIN {
srand()
for (i = 0; i < 19; i++)
printf "%3d ", (1 + int(100 * rand()))
print ""
}