module util::Random
rascal-0.40.16
Usage
import util::Random;
function randomValue
Get a random value of a certain type.
&T randomValue(type[&T] ofType, int depth = 5, int width = 5)
function randomValue
Get a random value of a certain type.
&T randomValue(type[&T] ofType, int seed, int depth = 5, int width = 5)