A module used to generate random data. Useful mostly for test programs....
BAREFOOT/Data-Random-0.13 - 18 Apr 2018 07:47:42 UTCThis module provides methods to generate fake and/or random data used for spoofing and/or faking data such as BSN numbers and KvK numbers. None of the methods are exported by default....
WATERKIP/Data-Random-NL-1.6 - 18 Oct 2018 09:52:37 UTCPERLANCAR/Data-Random-Tree-0.06 - 03 Jul 2016 04:36:39 UTC
Data::Random::String provides a simple interface for generating random strings that contain numeric, alpha or alphanumeric characters....
MAKIS/Data-Random-String-0.03 - 05 Jan 2007 01:04:49 UTCThis module is still alpha, and the API may change in future releases. This module generates random data for contacts. This is useful if you're working an application that manages this sort of data. It generates three types of contacts, people, house...
DROLSKY/Data-Random-Contact-0.05 - 24 May 2011 04:05:47 UTCDAEMON/Data-Random-Flexible-1.06 - 09 Dec 2017 21:47:15 UTC
GEISTBERG/Data-Random-Weighted-1.000 - 11 Dec 2015 18:16:27 UTC
Data::Random::WordList is a module that manages a file containing a list of words. The module expects each line of the word list file to contain only one word. It could thus be easily used to select random lines from a file, but for coherency's sake,...
BAREFOOT/Data-Random-0.13 - 18 Apr 2018 07:47:42 UTCMALLEN/Data-Random-Structure-0.01 - 22 Jun 2014 04:40:44 UTC
This module is a thin wrapper around Data::Random, providing utility functions to generate nucleotide sequence strings and FASTA-looking strings. nucleotide strings contain only A/C/G/T (and possibly N) characters. FASTA strings are multi-lined nucle...
AGORDON/Data-Random-Nucleotides-0.1 - 06 Aug 2012 22:58:30 UTCBLIAKO/Data-Random-Structure-UTF8-0.06 - 17 Apr 2020 09:29:50 UTC
Data::Object::Array::Func::Random is a function object for Data::Object::Array....
AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTCThis module provides US country phone and address data....
DROLSKY/Data-Random-Contact-0.05 - 24 May 2011 04:05:47 UTCThis module provides English language name data....
DROLSKY/Data-Random-Contact-0.05 - 24 May 2011 04:05:47 UTCDROLSKY/Data-Random-Contact-0.05 - 24 May 2011 04:05:47 UTC
Suppose you want to keep ten random lines from a file. You might read all the lines in an array, shuffle it, and keep the first ten lines, but that can be quite wasteful, especially if the file is big. This module implements the task in a more effici...
LUCS/Data-RandomKeep-0.02 - 03 Aug 2008 16:33:10 UTCLUCS/Data-RandomKeep-0.02 - 03 Aug 2008 16:33:10 UTC
Overview Returns an object that can be used to create random people and return the data in a hash. The data is a hash reference with the following keys: gender This is either 'm' or 'f' age The age of the person, as an integer. dob The date of birth ...
MICHIELB/Data-RandomPerson-0.60 - 01 Jul 2016 06:08:41 UTC