Skip to content

Commit 5937ff9

Browse files
committed
init
1 parent 8c98e72 commit 5937ff9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
.vscode/

python-ffi/Effect/Random.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import random as r
2+
3+
random = r.uniform(0.0, 1.0)

0 commit comments

Comments
 (0)