85835960
2hr ago
05.23.25 04:32 -00:00
0 °C

STOVE85835960's record is -185 points!
I got 0 Flakes as a challenge reward.
I can't wake up from my egg..
Next time, try faster!


🦖Want to feed your baby dinosaur?
Take the challenge now!

👉 [Play on the Stove App]

soulmatejjun
2hr ago
05.23.25 04:05 -00:00
0 °C

congrats

STOVE151983155
2hr ago
05.23.25 03:57 -00:00
60 °C

I really don't have time for epic stuff outside of work!!

After work and on weekends, I have no time to play games because I'm busy with childcare.

So I downgraded my account too

I used to do Danjeon every time I went to work.

You guys changed the time of your workday and are doing it during your company lunch hour.

If you keep doing this, what will happen to your danjeon?

And tomorrow is Saturday, so if I want to do it in the morning, I really have to wake up at dawn and do it.

If I want to do it tomorrow, my baby wakes up at 6:30 in the morning, so I have to wake up before then and do it!!

When the baby opens his eyes, he can't even use the phone!!

Please let me do Danjeon before I leave work today

What? Instead, I'll let you draw 10 Fenglia?

ok

eLstar
3hr ago
05.23.25 02:50 -00:00
131 °C

Ah.. It's frustrating to see what you're doing
It really pisses me off that I only write one article for the meeting and then do nothing else.
I have to do things separately, like preparing for the meeting and updating for a few weeks.
I wonder who came up with the idea for the event, but doesn't it include an element of luck?
You guys are really irresponsible
Even a solo developer wouldn't do something like this
If you are the CEO or person in charge of a game company, you should at least explain your future plans and what you will do immediately.
Even a real teenager wouldn't do this

찬늘신섭1
3hr ago
05.23.25 02:55 -00:00
미래가 안보임 ㅠㅠ
20015895450
1hr ago
05.23.25 05:00 -00:00
로드나인은 그냥 빠찡코같은 도박게임 강화가 전부임 다른 린라게임중 확율이 너무비중이큼 그냥 고강안하면 절대 투력못따라가는게임대다수가 강화하다 접음 스트레스풀고 즐기려고 게임하는사람은 시작하지말아야하는게임 강화하다 접는사람 너무많이 봤음 이게임하면서 접을까하는생각을 제일많이한 게임....나도 접힐날 얼마 안남은것같음
S1720752286563812
4hr ago
05.23.25 02:23 -00:00
60 °C

S1720752286563812's record is 0 points!
I got 0 Flakes as a challenge reward.
I can't wake up from my egg..
Next time, try faster!


🦖Want to feed your baby dinosaur?
Take the challenge now!
👉 [Play on the Stove App]

S1721907301428311
5hr ago
05.23.25 01:33 -00:00
580 °C

When is the end of May meeting? It's the end of May now!!!

Are the management unable to hold the meeting because they ran out of money?

뭐한
1hr ago
05.23.25 05:00 -00:00
쁘띠베어
2hr ago
05.23.25 03:57 -00:00
단백질창고
6hr ago
05.23.25 00:10 -00:00
0 °C

Protein Warehouse's record is 663 points!
I got 200 Flakes as a challenge reward.
You have some good skills!
But aren't the real experts faster?


🦖Want to feed your baby dinosaur?
Take the challenge now!
👉 [Play on the Stove App]

S1727782500194511
6hr ago
05.22.25 23:43 -00:00
0 °C

1

촉촉한감자칩
05.13.25
05.13.25 12:12 -00:00
940 °C

Randomness is really important in games.
From simple character draws, to damage with a range, or effects that activate randomly, or critical hits. There are also things like monsters or NPCs that have random movements, or even just games that are entirely based on randomness, like gambling.
Unfortunately, PCs cannot generate “perfectly random numbers”.
Because they appear to be random, they are called pseudorandom. Pseudo- is a prefix meaning fake, similar, or similar. In other words, it is a fake random number.
It simply returns a “reprocessed number” by adding, subtracting, multiplying, and dividing a base value (seed value) such as the time of the PC or server.

In other words, it is a number that is "random but has a pattern" and is generated by an algorithm.


In games like Minecraft or Factorio, even if the map is randomly generated, if you know the seed value, other people can use the same map. This is because it is the result of a pseudo-random number created by processing the seed value.
Planet Poker, where a simple random number algorithm that used the server's time as a seed was hacked, allowing anyone to know the next card to be dealt, was doomed.
▷ Superstitions that surprisingly come true due to pseudorandom numbers? - If you support the wealth, you can get a good one: In the case of algorithms that use a random result as a seed for the next random value, there is a tendency for certain patterns to repeat. - It sticks well when strengthened at a specific time: Games based on simple pseudo-random number algorithms basically use the “current server time” as the seed value for the random number. So, it is possible that you will get a good chance to strengthen or draw at a certain time (Seed value). - Certain characters are more likely to be drawn (in certain locations or conditions (weather))?: Some games had an issue where random events shared a random seed . It was indeed possible to draw a specific desired value under certain conditions (while a random event occurred).
If you randomly pick 0 and 1 and mark the dots in order, if it is truly random, it will look like the one on the left. However, the random numbers generated by a typical random number algorithm (right) appear to have some pattern or regularity.
Because of these limitations of pseudo-randomness, various methods or algorithms have been devised around the world to generate “truly random” numbers. Among them, let's look at some interesting methods of generating genuine random numbers.
🔥 1. Lava Lamp Randomness It's used by a security company called Cloudflare. Dozens of magma lamps are displayed on the wall, and we keep taking pictures of them. The movement of fluids inside a magma lamp is unpredictable due to complex physical phenomena such as temperature and convection. This photo is converted into digital data and hashed to create a random number.
Hashing is very important here, as even a single character difference can result in a completely different string. Even if there is a static part (background) in the picture that does not change, if there is a different part, the result can be a completely different string (random seed).
What is a hash algorithm? Description Link: https://page.onstove.com/indie/global/view/9986035?boardKey=10005
⚛️ 2. Using Radioactive Decay
It is impossible to predict exactly when radioactive material will decay. Generates a random number based on the time intervals of decay events detected by a radiation detector. The tool used here is a famous radiometric device called a 'Geiger counter'.
This is a typical site. When you enter this site, you can hear the unique 'tick tock tock' sound of a radiation detector every time a random number is generated. https://www.fourmilab.ch/hotbits/
📷 3. Sensor noise of the webcam When you turn on a webcam without recording anything, the image will have very subtle pixel shifts due to tiny electrical noise from the sensor. We convert these subtle changes into data and use them as random numbers.
When shooting dark scenes, you can easily encounter the “squeaky noise”, and random numbers are generated based on this. (Sangchunjae, Blue House at night)
🌐 4. Internet Latency (Ping Jitter) When you ping servers around the world, response times will constantly change depending on complex network conditions (routing, traffic, etc.). This method sends a response to the server and precisely measures the delay time (ms) to create a random number.
This huge number of completely different pings are used as seeds for random values.
🎲 5. Human mouse movement A user's mouse cursor movements, click intervals, keyboard timings, etc. are good sources of entropy because humans input in unpredictable ways. Sometimes we also use the pixel coordinates that the user clicked as part of the seed value (since it is difficult to get an exact matching touch on mobile).
By the way, the famous captcha with the “I am not a robot” checkbox is also We determine whether a user is a bot by examining the user's mouse movements (direction, speed, etc. of the mouse moving in a non-straight line or searching for a point), click intervals, and response speed.
ReCAPTCHA is not just about checking the robot with just one check box, but also checking the process.
🧪 6. Vacuum Noise/Quantum Fluctuations It is a random number generation method based on quantum physics, which is different from classical physics. The electromagnetic fields of a vacuum exhibit random fluctuations in phase and amplitude at all frequencies. By carefully measuring these fluctuations, we can generate random numbers with extremely high bandwidth. This allows us to generate hundreds of unique random numbers almost instantly. There exist quantum random number generators (QRNGs) that measure these quantum fluctuations to create random numbers.
The example image is a repeating gif file, so it looks regular, but it doesn't actually repeat. It just explains what quantum fluctuations feel like.
In addition, there are processors (semiconductors) dedicated to random number generation based on various physical phenomena (acceleration, magnetism, ambient light, temperature, and VLF reception/amplification)!
'Cortex M0 processor', a random number generator processor that can be used in Arduino
▷ Recently, almost perfect random numbers are generated at the OS level.
There is a limitation that TPM 2.0 support is required to update to Windows 11. Unfortunately, my sub-notebook (netbook) doesn't make it through this and is destined to be thrown away ㅠㅠ
There is a way to bypass TPM 2.0, but it's probably time to replace it because your laptop's specs are just too low.
TPM stands for Trusted Platform Module, which is installed in the latest CPUs and motherboards. As the name suggests, it is a hardware-based technology that is directly related to security. As a hardware that supports various encryptions, the supported functions include the generation of “true random numbers.”
Now, we have reached an era where we can generate true random numbers at the PC level without the help of true random number generation methods as mentioned above. Of course, if you look at it objectively, this is also a pseudo-random number created by combining a seed value and an algorithm. However, it is a random number at a level where it is virtually impossible for a person to trace the pattern of the random number or to predict the next number by reverse-estimating the algorithm, and since the pattern as above is almost invisible, there is no problem in viewing it as a true random number.
Since pseudorandom number algorithms have been greatly modified and improved over time, the need to approach true random numbers as above is disappearing.
Next time you're going to do a power-up or draw, if this comes to mind... it'll be fun to wonder if it's really random, or if it's a pseudo-random number with a pattern, lol.

1 / 10
리즈의리즈시절
05.14.25
05.14.25 01:53 -00:00
신기하네요
아스그림
05.09.25
05.09.25 06:29 -00:00
261 °C

Today's capsule came out really well.

I got three 3,000 dollar ones.

I hope tomorrow will be like today...

STOVE170885980951400
05.05.25
05.05.25 07:07 -00:00
4 °C
Played 22hr 44min

오랜만에 켰더니 게임 초기화.. 클라우드데이터 동기화 에러뜨고 안되네요..