CellBIS-Random
view release on metacpan or search on metacpan
lib/CellBIS/Random.pm view on Meta::CPAN
package CellBIS::Random;
use strict;
use warnings;
use utf8;
use Carp ();
use Scalar::Util qw(blessed weaken);
use List::SomeUtils qw(part);
# ABSTRACT: Tool for Randomize characters in strings.
our $VERSION = '0.3';
# Constructor :
# ------------------------------------------------------------------------
sub new {
my $class = shift;
my $self = {
( run in 0.316 second using v1.01-cache-2.11-cpan-65fba6d93b7 )