Browse Source

ft: 随机模块修正

master
SisMaker 1 year ago
parent
commit
42f7b4d834
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/comMisc/utRate.erl

+ 1
- 1
src/comMisc/utRate.erl View File

@ -1,6 +1,6 @@
-module(utRate).
-import(rand, [uniform/1]).
-import(rand, [uniform/0, uniform/1]).
-export([happen/1,
choose/1,

Loading…
Cancel
Save