UNPKG

@awayfl/avm1

Version:

Virtual machine for executing AS1 and AS2 code

4 lines 87 B
export interface IAVMRandomProvider{ randomValues: number[]; currentRandom: number; }