<!-- Note: Please search to see if an issue already exists for the bug you encountered. --> ### Short description: - Generator ```tf.random.Generator.from_seed``` does not have ```random_normal``` attribute ### Current Behavior: <!-- A concise description of what you're experiencing. --> - ```AttributeError: 'Generator' object has no attribute 'random_normal'``` is thrown ### Expected Behavior: <!-- A concise description of what you expected to happen. --> - It should not throw this exception during run time ### Steps To Reproduce: <!-- Please include a minimal colab gist replicating the issue you encountered. THIS IS CRITICAL FOR US TO HELP YOU. It is very difficult to fix an issue from a stack trace alone. Use To save a gist, choose "File > Save a copy as Github Gist" in colab. This ensures that your colab is accessible to all users. Exception: Any issues related to installation outside of colab or where replication is not important to addressing your concern. --> - Create ```GridMask(fill_mode='gaussian_noise', seed=42)``` layer in a Python script ### Version: <!-- Example: - HEAD - 0.6.1 --> - 0.9.0 | HEAD ### Anything else: <!-- Links? References? Anything that will give us more context about the issue that you are encountering! --> - [tf.random.Generator](https://www.tensorflow.org/api_docs/python/tf/random/Generator) - [keras_cv.layers.GridMask](https://github.com/keras-team/keras-cv/blob/master/keras_cv/src/layers/preprocessing/grid_mask.py)