package js.html; @:native("RandomSource") extern class RandomSource { function new(); function getRandomValues(array:T):T; static var prototype : RandomSource; }