@hackage / Xorshift128Plus

Pure haskell implementation of xorshift128plus random number generator.

Latest0.1.0.1

About

Metadata

  • Last updated , by hkanai
  • License LicenseRef-PublicDomain
  • Categories Mathematics
  • Maintained by: Kanai Hiroki <kanai.hiroki12@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This package contains pure haskell implementation of xorshift128+ random number generator which is extremely fast.

The random number generator's inner state is just 128bit memory block so that which is not encapusulated for simplicity.

Please see original C implementation and comparison of other algorithms.