use the following code snippet to generate matrix of shape 20x20 with pseudo random numbers between 0 and 1 (1 is excluded). count the number of elements greater than 0.5 in this matrix with a single line code a numpy function and indexing (could be basic, advanced or boolean array indexing).