2 # Copyright (C) 2009-2010, Parrot Foundation.
11 Test the Math::Rand PBC
15 % prove t/library/rand.t
20 load_bytecode 'Math/Rand.pbc'
22 .include 'test_more.pir'
31 rand = get_global [ 'Math'; 'Rand' ], 'rand'
33 srand = get_global [ 'Math'; 'Rand' ], 'srand'
51 rand_max = get_global [ 'Math'; 'Rand' ], 'RAND_MAX'
61 # vim: expandtab shiftwidth=4 ft=pir: