This website requires JavaScript.
Explore
Help
Sign in
o5r
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e31375ac4e
plan9port
/
src
/
lib9
/
rand.c
8 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
2003-09-30 17:47:41 +00:00
#
include
<lib9.h>
int
Avoid conflicts with stdlib.
2004-12-29 01:30:19 +00:00
p9rand
(
void
)
Initial revision
2003-09-30 17:47:41 +00:00
{
return
lrand
(
)
&
0x7fff
;
}
Reference in a new issue
Copy permalink