Skip to content

syohex/emacs-mt-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt-random

C source code is taken from here

Interfaces

(mt-rand-random &optional max)

Generate random number from 0 to less than max.

(mt-rand-srand &optional seed)

Set random seed

License

  • mt-rand.el and mt-rand-core.c are licensed by GNU Public License 3
  • mt19937ar.c and mt19937ar.h are licensed by 3-BSD License

About

Mersenne Twister binding of Emacs Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published