Standard Libraryutil module RandomOn this pagemodule Randomrascal-0.28.2Usageimport util::Random;function randomValueSynopsisGet a random value of a certain type&T randomValue(type[&T] ofType, int depth = 5, int width = 5)&T randomValue(type[&T] ofType, int seed, int depth = 5, int width = 5)