Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
yield example
saasbook
Jan 23rd, 2012
5,649
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Ruby
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
RandomSequence
def
initialize
(
limit,num
)
@limit
,@num = limit,num
end
def
each
@num
.
times
{
yield
(
rand
*
@limit
)
.
floor
}
end
end
n = RandomSequence.
new
(
10
,
4
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch ⭐Working⭐
JavaScript | 11 sec ago | 0.26 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 14 sec ago | 0.08 KB
Exchange Exploit
JavaScript | 17 sec ago | 0.26 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 22 sec ago | 0.26 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 23 sec ago | 0.06 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 25 sec ago | 0.08 KB
✅ MAKE $900 INSTANTLY
JavaScript | 27 sec ago | 0.26 KB
⭐ Exploit 50O$ in 15 Minutes⭐⭐ 3
JavaScript | 28 sec ago | 0.31 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!