plan9fox/sys/src/cmd/awk
cinap_lenrek 4f72cda4ac awk: improve random number generation
don't use rand() and scale it to 0..1, instead call
native frand() which produces uniform random number.

instead of seeding the rng with time(0), use truerand().
2016-12-18 18:00:45 +01:00
..
awk.h use Beof for awk port 2016-04-27 08:09:16 -05:00
awkgram.y New libregexp and APE ported to native 2016-04-26 22:23:44 -05:00
lex.c use Beof for awk port 2016-04-27 08:09:16 -05:00
lib.c handle NaN in awk (thanks spew) 2016-04-29 18:11:29 +02:00
main.c awk: temporarily fix for NaN() exceptions on 386 2016-04-30 05:12:20 +02:00
maketab.c New libregexp and APE ported to native 2016-04-26 22:23:44 -05:00
mkfile awk: dont require sed to build awk 2016-05-02 00:35:52 +02:00
parse.c New libregexp and APE ported to native 2016-04-26 22:23:44 -05:00
popen.c remove ape regexp library, add utility for awk native port 2016-04-27 07:52:41 -05:00
proto.h awk: bring back ENVIRON[] support 2016-05-02 00:34:23 +02:00
re.c New libregexp and APE ported to native 2016-04-26 22:23:44 -05:00
run.c awk: improve random number generation 2016-12-18 18:00:45 +01:00
tran.c awk: bring back ENVIRON[] support 2016-05-02 00:34:23 +02:00