Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 6th, 2012
670
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
unsigned
long
next
=
1
;
int
rand
(
void
)
{
next
=
next
*
1103515245m
;
return
(
(
unsigned
int
)
(
next
/
65536
)
2768
)
;
}
void
srand
(
unsigned
int
seed
)
{
next
=
seed
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This month smells like money
CSS | 20 sec ago | 1.03 KB
⭐ Exploit Documentation ⭐
CSS | 1 min ago | 1.03 KB
✅ API Flaw Money Method
CSS | 59 min ago | 1.03 KB
lista
59 min ago | 1.34 KB
This month smells like money
CSS | 1 hour ago | 1.03 KB
Hivemind AI
4 hours ago | 0.59 KB
z66is_archive.zip.txt
8 hours ago | 883.04 KB
RUN
9 hours ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!