summaryrefslogtreecommitdiff
path: root/t/op/srand.t
Commit message (Collapse)AuthorAgeFilesLines
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+19
|
* Add a test for srand's return valueRafael Garcia-Suarez2010-07-281-1/+5
|
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-0/+1
| | | | | Fix most tests on MacOS (not yet ext/ or /lib) p4raw-id: //depot/perl@16257
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-1/+8
| | | | | Note: io/binmode is failing, have to figure out why. p4raw-id: //depot/perl@12198
* Re: A slightly better default seed? Michael G. Schwern2001-09-041-1/+14
| | | | | Message-ID: <20010903180815.W9233@blackrider> p4raw-id: //depot/perl@11859
* Remove the tests that assume something aboutJarkko Hietaniemi2001-09-031-26/+1
| | | | | calling srand() without arguments multiple times. p4raw-id: //depot/perl@11850
* Forgot to add a file with Change #11840Artur Bergman2001-09-031-0/+63
p4raw-id: //depot/perl@11841