helpers - Helper Tools
Practical helper functions and data manipulation tools:
- capitalize.mdx - Capitalize the first letter of a word
- pick.mdx - Deprecated selection function, recommend using pickone and pickset
- pickset.mdx - Select multiple random elements from an array
- pickone.mdx - Select one random element from an array
- shuffle.mdx - Shuffle the order of an array
- pad.mdx - Number padding functionality
- set.mdx - Override default data sets
- mixin.mdx - Mixin functionality, used to extend RandBox
Last updated on: