UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

10 lines (8 loc) 208 B
function lcg_value() { // From: http://phpjs.org/functions // + original by: Onno Marsman // * test: skip // * example 1: lcg_value() // * returns 1: 1 return Math.random(); }