Bytes::Random - Perl extension to generate random bytes.


Bytes-Random documentation  | view source Contained in the Bytes-Random distribution.

Index


NAME

Top

Bytes::Random - Perl extension to generate random bytes.

SYNOPSIS

Top

  use Bytes::Random;

  my $bytes = random_bytes( $number_of_bytes );

DESCRIPTION

Top

Bytes::Random provides the random_bytes($num) function. It can be used anytime you need to generate a string of random bytes of a specific length.

EXPORT

random_bytes( $number_of_bytes )

Returns a string containing as many random bytes as was requested.

AUTHOR

Top

John Drago, <jdrago_999@yahoo.com>

COPYRIGHT AND LICENSE

Top


Bytes-Random documentation  | view source Contained in the Bytes-Random distribution.