package js.html; typedef IRandomSource = { function getRandomValues(array:T):T; };