Skip to content
/ random Public

very good performing and simple (basic) random number generators

License

Notifications You must be signed in to change notification settings

dsnz/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

random

this repository contains very good performing and simple (basic) random number generators

philox is a pure python implementation of the Philox counter algorithm which runs just ~ 2.5 times slower than the native python random number generator

see Counter-based random number generator (CBRNG) on Wikipedia

How to use

import philox

philox.random()

[optionally call first philox.seed(<seed>)]

License

License

About

very good performing and simple (basic) random number generators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages