Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/random/rearrange.ts>default

Feature Extraction and Feature Selection in TypeScript
Go to Latest
function default
import { default } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/random/rearrange.ts";

Rearrange characters in a string randomly.

Parameters

n: number | string

Number / String to rearrange.

Returns

number | string

Number / String rearranged randomly.