UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/online-go/goban)

3 lines (2 loc) 148 B
/** Returns a random integer between min (inclusive) and max (exclusive) */ export declare function getRandomInt(min: number, max: number): number;