Skip to content

Latest commit

 

History

History

README.md

Generator DAT

This is a simple examlpe of a Custom Generator DAT operator. Its functionality is to create random strings.

Parameters

  • Seed - Change the seed for the random generator.
  • Rows - Specify number of rows for the created table.
  • Columns - Specify number of columns for the created table.
  • Length - Specify length of random string generated in each cell.