Deleted Added
full compact
rand.pod (59191) rand.pod (68651)
1=pod
2
3=head1 NAME
4
5rand - generate pseudo-random bytes
6
7=head1 SYNOPSIS
8

--- 20 unchanged lines hidden (view full) ---

29
30Write to I<file> instead of standard output.
31
32=item B<-rand> I<file(s)>
33
34Use specified file or files or EGD socket (see L<RAND_egd(3)|RAND_egd(3)>)
35for seeding the random number generator.
36Multiple files can be specified separated by a OS-dependent character.
1=pod
2
3=head1 NAME
4
5rand - generate pseudo-random bytes
6
7=head1 SYNOPSIS
8

--- 20 unchanged lines hidden (view full) ---

29
30Write to I<file> instead of standard output.
31
32=item B<-rand> I<file(s)>
33
34Use specified file or files or EGD socket (see L<RAND_egd(3)|RAND_egd(3)>)
35for seeding the random number generator.
36Multiple files can be specified separated by a OS-dependent character.
37The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
37The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
38all others.
39
40=item B<-base64>
41
42Perform base64 encoding on the output.
43
44=back
45
46=head1 SEE ALSO
47
48L<RAND_bytes(3)|RAND_bytes(3)>
49
50=cut
38all others.
39
40=item B<-base64>
41
42Perform base64 encoding on the output.
43
44=back
45
46=head1 SEE ALSO
47
48L<RAND_bytes(3)|RAND_bytes(3)>
49
50=cut