Guest User

Untitled

a guest
May 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. float normal() {
  2. float k = 0;
  3.  
  4. for (i = 0; i < 12; i++) {
  5. k += rand()
  6. }
  7.  
  8. return k - 6;
  9. }
Add Comment
Please, Sign In to add comment