Add random import

This commit is contained in:
Grant Sanderson 2024-02-08 14:37:58 -06:00
parent e4c824e672
commit f3571cf2cb

View file

@ -4,6 +4,7 @@ from colour import Color
from colour import hex2rgb
from colour import rgb2hex
import numpy as np
import random
from manimlib.constants import COLORMAP_3B1B
from manimlib.constants import WHITE