Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
rad random
goatbar
Jul 21st, 2020
1,016
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/env python3
with
open
(
'/dev/random'
,
'rb'
)
as
rad:
data
=
rad.
read
(
256
)
s
=
''
.
join
(
[
'%02x'
%
int
(
v
)
for
v
in
data
]
)
for
i
in
range
(
0
,
255
,
64
)
:
print
(
s
[
i:i+
64
]
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
empleos it argentina
Python | 47 sec ago | 3.33 KB
🚨 Free Crypto Method 🚨
JavaScript | 4 min ago | 0.22 KB
⚡ Crypto Swap Glitch ✅ Working ⚡ ✅🚨
JavaScript | 5 min ago | 0.20 KB
🔥 Exchange profit method
JavaScript | 14 min ago | 0.22 KB
💎 ChangeNOW Exploit 📌✅
JavaScript | 16 min ago | 0.20 KB
Euclidean Distance Calculation
C++ | 27 min ago | 2.40 KB
💡 EASY MONEY GUIDE ✅ Working ✅📌
JavaScript | 27 min ago | 0.20 KB
💵 Make 3000$ in 20 minutes 💵
JavaScript | 29 min ago | 0.22 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!