CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/08 14:48:27
Modified files:
bin/ksh : var.c
Log message:
Don't need special complex rand vs arc4random code. If the
standards-mandated "seed" method is used, simply call
srand_deterministic() and the subsystem switches out of strong
random mode into C89 crap mode.
ok millert
