Okay so I'm making a website and I need completely unpredictable absolutely no way to predict it and what I'm currently doing is generating bytes from 3 seconds of microphone input AND adding randombytes onto that but it's slow and a horrible way to do it and I'm wondering if by itself randombytes cant be predicted
(also, how does randombytes work)