I hereby claim:
- I am bitbreakr on github.
- I am bitbreakr (https://keybase.io/bitbreakr) on keybase.
- I have a public key ASBLoMO-vdQYhF92JEmtUyPIlK16pIxmpor4TuVRjJVZgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // | |
| // Int.swift | |
| // | |
| // Created by Yan Philippe on 4/22/19. | |
| // Copyright © 2019 Yan Philippe. All rights reserved. | |
| // | |
| import Foundation | |
| extension Int { |
| package goflow | |
| import ( | |
| "encoding/csv" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "math" | |
| "math/rand" |