Skip to content

remerge/go-xorshift

Repository files navigation

Lock Free XOR Shift for Go

Package xorshift provides a pooled, lock-free xorshift+ PRNG source for math/rand.

Usage

package main

import (
  "fmt"
  rand "github.com/remerge/go-xorshift"
)

func main() {
  fmt.Println(rand.Int63())
}

About

go-xorshift

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors