⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (101 Bytes)
Statistics
| Revision:
root
/
trunk
/
lib
/
rand.py
@ 12674
View
History
Annotate
1
1870
aaronmk
# Random numbers
2
3
1871
aaronmk
import
sys
4
import
random
5
6
def
rand_int
():
7
return
random
.
randint
(
0
,
sys
.
maxint
)
Loading...