This website requires JavaScript.
Explore
Help
Sign In
mysticmode
/
plan9port
Watch
1
Star
0
Fork
0
You've already forked plan9port
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f4792e43aef14341bb40f32e8583bd4731e1dcb4
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 New Issue
Copy Permalink