You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function(context,args){constl= #fs.scripts.lib();constseed=12345;constrng=l.LCG(seed);constrandom_value=Math.floor(rng()*10)// random value from 0 (inclusive) to 10 (exclusive)returnrandom_value}
Problem
The examples for the scripts.lib RNG methods do not show how to generate a random value.
Context
Affects:
LCG current:
LCG example improvement:
The text was updated successfully, but these errors were encountered: