Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / rand.al
blob76bb2071ef5507ee7f74c08a186936cce9a9298a
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 460 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/rand.al)"
7 sub rand {
8     unimpl "rand() is non-portable, use Perl's rand instead";
11 # end of POSIX::rand