In a shader program, implement the random
function that generates a pseudo-random value in the range of [-1, 1]
for a given input using a sine wave. Use the value 12.34
as the multiplier for the sine argument and 1234.5678
as the multiplier for the sine output.