This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
mirror of
https://github.com/9fans/plan9port.git
synced
2025-01-15 11:20:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
49a1496cbb
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