⚲
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
/
lib
/
rand.py
@ 11385
View
History
Annotate
1
# Random numbers
2
3
import
sys
4
import
random
5
6
def
rand_int
():
7
return
random
.
randint
(
0
,
sys
.
maxint
)
« Previous
1
…
30
31
32
33
34
…
49
Next »
(32-32/49)
Loading...