Posts

Showing posts with the label java

Neural PRNG Example

  Java NPRNG Example Neural Pseudo-Random Number Generator (Android Java) App.java https://drive.google.com/file/d/1tCeqStW7ypx5B0wesBYwaVn2y1IQ07NK/view?usp=sharing MainActivity.java https://drive.google.com/file/d/1WDq33mgUecTM5V0GXcO5NSFoQqtXTuXo/view?usp=sharing The results of the work are output to Log - a pseudo-random 280-bit number (280x8 bit) The initial parameters (master key) are set in MainActivity.java App.java - computing class This is a simple working example. Generates a pseudo-random number of large dimension (any dimension). This class can be used to build huge NPRNG generators. Java NPRNG Example

Czech Entropy

  S ynchronous random number generator The beta version of the synchronous "random" number generator is almost ready. When entering text longer than 100 characters, it generates the same sets of numbers for the message sender and message recipient. Does not use formulas to generate "random" numbers. The mechanism for choosing numbers is the simplest so far. Further, the mechanism will be regularly improved using other non-reversible generation mechanisms. It will be free to download Czech entropy