nvanzhin/randomizer

Shuffles words in a sentence and characters in words

1.0.2 2025-02-16 11:46 UTC

This package is auto-updated.

Last update: 2025-06-16 12:38:28 UTC


README

Shuffles words in a sentence and characters in words

Installation

You can install the package via composer:

 composer require nvznahin/randomizer

Usage

Import the class into your namespace:

 use  Nvanzhin\Randomizer\Randomizer

Random string

$random = new Random();
$random->randomize('Hello world');