Skip to main content
Go to Latest
method ConversationHandle.prototype.random
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.1.0/conversation.ts";

Safely generates a random number from Math.random(). You should use this instead of Math.random() in your conversation because non-deterministic behavior is not allowed.