New Version: 14.9.8Here to update you on things:I'm building this RNG for training, as a toolcheck out the generator:https://gold3nboyy.github.io/Live_RNG_PSI_Training/new Settings. gonna work on the Local Consciousness Dot integration now
>>42668365I'm currently testing on mobile so it might be broken at some point, don't worry, sometimes troubleshooting can take a really long time.
New Update: I built in a Dot! works just like the old one apparently according to Copilotin settings menu change visual indicator type to "Dot (LCD)" and there you go, the Dot!
>>42669558I'm working on the graph, hope it works on your end. so far it does seem to work fine on my end
>>42668365What are you sampling from? Pseudo-random generators are deterministic.
>>42669569This generator produces a continuous stream of hardware‑based random numbers, similar to the noise sources used in scientific random event generators. Each number is independent and unpredictable, allowing you to observe natural fluctuations without algorithmic bias. it's your own hardware crpyto function something like thatfor now thats the best thing I can think of, in terms of methods. I don't own a hardware based RNG and external API won't work because network traffic. so this is without seeds, randomized and then your OS might put algos on it, who knowsI'm gonna implement a Terry David method later on, as fun option in randomization