deno.land / x / masx200_leetcode_test@10.6.5 / implement-rand10-using-rand7 / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { rand7 } from "./rand7.ts";
export default function rand10(): number { const a = rand7() - 1 + 7 * (rand7() - 1) + (rand7() - 1) * 7 * 7 + 7 * 7 * 7 * (rand7() - 1); return a < 2401 ? 1 + (a % 10) : rand10();}
masx200_leetcode_test

Version Info

Tagged at
a year ago