public Random::name($length = 8, $unique = FALSE) Generates
public Random::paragraphs($paragraph_count = 12) Generate
The maximum number of times name() and string() can loop. This prevents infinite loops if the length of the random value is very small.
A list of unique names generated by name(). Type:
public Random::object($size = 4) Generates
A list of unique strings generated by string(). Type:
public Random::word($length) Generate a string
public Random::string($length = 8, $unique = FALSE, $validator = NULL)
public Random::sentences($min_word_count, $capitalize = FALSE)
Defines a utility class for creating random data. Hierarchy class \Drupal\Component\Utility\
Page 1 of 2