This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eUtils
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 随机模块修正
master
SisMaker
1 year ago
parent
e3fc895045
commit
42f7b4d834
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
Cancel
Save