Advertisement
Flip

Untitled

Jun 28th, 2014
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.18 KB | None | 0 0
  1. alias graphn {
  2.   var %n = 1, %t, %x
  3.   while (%n <= 100) {
  4.     %x = 1
  5.     while ($rand(1,100) != 100) {
  6.       inc %x
  7.     }
  8.     %t = $addtok(%t,%x,44)
  9.     inc %n
  10.   }
  11.   return %t
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement