prng

package
v0.0.0-...-72f2e88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

/* ***************************************************************************** */ /* Copyright: Francois Panneton and Pierre L'Ecuyer, University of Montreal */ /* Makoto Matsumoto, Hiroshima University */ /* Notice: This code can be used freely for personal, academic, */ /* or non-commercial purposes. For commercial purposes, */ /* please contact P. L'Ecuyer at: lecuyer@iro.UMontreal.ca */ /* ***************************************************************************** */

Index

Constants

View Source
const (
	W  = 32
	R  = 16
	P  = 0
	M1 = 13
	M2 = 9
	M3 = 5

	FACT = 2.32830643653869628906e-10
)

Variables

View Source
var (
	STATE [R]uint64
)

Functions

func InitWELLRNG512a

func InitWELLRNG512a(init []uint64)

func WELLRNG512a

func WELLRNG512a() float64

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL