apl>" <------------------------- sam048.txt ----------------------------> apl>" <--- Minimum and Maximum -----------------------------------------> apl>x#-3 -2 -1 0 1 2 3 apl>y#3 2 1 0 -1 -2 -3 apl>xSy 3 2 1 0 1 2 3 apl>xDy -3 -2 -1 0 -1 -2 -3 apl>" <--- Floor and Ceiling -------------------------------------------> apl>x#-3.14 2.718 apl>Dx -4 2 apl>Sx -3 3 apl>_S_x -4 2 apl>_D_x -3 3 apl>" <--- ROLL (Random Number Function) -------------------------------> apl>Lio # 0 apl>a#?9R6 apl>&/aEI6 " should always produce 1 1 apl>Lio # 1 apl>a#?9R6 apl>&/aEI6 " should always produce 1 1 apl>)off