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

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

📚 Standard module for denops.vim
Latest
function test_srand_seed
import { test_srand_seed } from "https://deno.land/x/denops_std@v6.5.0/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<void>