Skip to content

peknight/random

Repository files navigation

Pek Random

参考Functional Programming in Scala设计的纯函数式随机数API, 并提供了线性同余随机数的纯函数式实现。

random-core

提供纯函数式随机数API与线性同余随机数实现

random-effect

包装cats-effect的随机数类,主要为了使用cats-effect的跨平台SecureRandom类(java.security.SecureRandom并不支持scala.js平台与 scala.native平台)。

About

纯函数式随机数API及其线性同余随机数实现

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages