⚲
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
@ 4879
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
…
24
25
26
27
28
…
40
Next »
(26-26/40)
Loading...