write a function that simulates dice rolling. this function randomly chooses an integer between 1 and 6. the function returns that integer with one restriction. when you call the function twice or more, the function must not return the same number twice in a row ( the same number as the previous roll).