Skip to content

Instantly share code, notes, and snippets.

// Muller's Recurrence in Go.
//
// https://latkin.org/blog/2014/11/22/mullers-recurrence-roundoff-gone-wrong/
package main
import (
"fmt"
"math/big"
"github.com/cockroachdb/apd/v2"
package main
import (
"code.google.com/p/go.crypto/ssh"
"log"
"io"
"bytes"
"sync"
"time"
"math/rand"
@kardianos
kardianos / main.go
Created November 12, 2011 17:24
exp/sql sqlite driver modified example
package main
import (
"exp/sql"
"fmt"
_ "github.com/mattn/go-sqlite3"
"os"
)
func main() {