OpenBSD CVS

CVS log for src/usr.bin/awk/run.c


[BACK] Up to [local] / src / usr.bin / awk

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_3_6


Revision 1.24 / (download) - annotate - [select for diffs], Sat May 8 22:08:51 2004 UTC (20 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.23: +12 -7 lines
Diff to previous 1.23 (colored)

Use arc4random() unless the user specifies a specific seed, in which
case, call srandom() and use random().  Avoid using rand() because
it does not produce good random numbers.  Based on a diff from deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.