Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/function/vim/mod.ts>test_srand_seed

๐Ÿ“š Standard module for denops.vim
Go to Latest
function test_srand_seed
import { test_srand_seed } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";

When [seed] is given this sets the seed value used by srand(). When omitted the test seed is removed.

Parameters

denops: Denops
optional
seed: unknown

Returns

Promise<unknown>